JsonLookupItemAdaptorObjectClass Property |
A reference to a class.
Only available when
StructureType = MFMetadataStructureItemClass
Will not be serialized if unavailable.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic MFIdentifier ObjectClass { get; set; }
Public Property ObjectClass As MFIdentifier
Get
Set
public:
property MFIdentifier^ ObjectClass {
MFIdentifier^ get ();
void set (MFIdentifier^ value);
}
Property Value
Type:
MFIdentifier
See Also