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