MFIdentifier Constructor (Int32) |
Constructor with known integer ID value.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic MFIdentifier(
int id
)
Public Sub New (
id As Integer
)
public:
MFIdentifier(
int id
)
Parameters
- id
- Type: SystemInt32
Known ID value.
See Also