MFIdentifier Conversion (MFBuiltInObjectType to MFIdentifier) |
Implicit cast from M-Files enum to identifier.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static implicit operator MFIdentifier (
MFBuiltInObjectType objType
)
Public Shared Widening Operator CType (
objType As MFBuiltInObjectType
) As MFIdentifier
static implicit operator MFIdentifier^ (
MFBuiltInObjectType objType
)
Parameters
- objType
- Type: MFBuiltInObjectType
Enum reference.
Return Value
Type:
MFIdentifierMFIdentifier for the reference.
See Also