JsonLookupItemAdaptorReference Property |
The reference currently set in the object. Available regardless of
StructureType.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic MFIdentifier Reference { get; set; }
Public Property Reference As MFIdentifier
Get
Set
public:
property MFIdentifier^ Reference {
MFIdentifier^ get ();
void set (MFIdentifier^ value);
}
Property Value
Type:
MFIdentifier
See Also