JsonLookupItemAdaptorNamedACL Property |
A reference to a named ACL.
Only available when
StructureType = MFMetadataStructureItemNamedACL
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 NamedACL { get; set; }
Public Property NamedACL As MFIdentifier
Get
Set
public:
property MFIdentifier^ NamedACL {
MFIdentifier^ get ();
void set (MFIdentifier^ value);
}
Property Value
Type:
MFIdentifier
See Also