MFIdentifier Constructor (Object) |
Constructor to unknown any type object.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic MFIdentifier(
Object source
)
Public Sub New (
source As Object
)
public:
MFIdentifier(
Object^ source
)
Parameters
- source
- Type: SystemObject
Source data object of many type.
See Also