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