SecurityPrivilegeMetadata.CanBeGlobal Property
Applies To: Dynamics CRM 2015
Gets whether the privilege can be global access level.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public bool CanBeGlobal { get; internal set; }
public:
[DataMemberAttribute]
property bool CanBeGlobal {
bool get();
internal: void set(bool value);
}
[<DataMemberAttribute>]
member CanBeGlobal : bool with get, internal set
<DataMemberAttribute>
Public Property CanBeGlobal As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
Type: Boolean
true if the privilege can be global access level; otherwise, false.
See Also
SecurityPrivilegeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright