SecurityPrivilegeMetadata.CanBeLocal Property

 

Applies To: Dynamics CRM 2015

Gets whether the privilege can be local access level.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public bool CanBeLocal { get; internal set; }
public:
[DataMemberAttribute]
property bool CanBeLocal {
    bool get();
    internal: void set(bool value);
}
[<DataMemberAttribute>]
member CanBeLocal : bool with get, internal set
<DataMemberAttribute>
Public Property CanBeLocal As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

Type: Boolean
true if the privilege can be local access level; otherwise, false.

See Also

SecurityPrivilegeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright