ResourceSerializationSettingsIncludePermissionHints Property |
Gets or sets a value that indicates if permission hints should be included in the serialized resource
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic bool IncludePermissionHints { get; set; }
Public Property IncludePermissionHints As Boolean
Get
Set
public:
property bool IncludePermissionHints {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also