AttributePrivilege.CanRead Property
Applies To: Dynamics CRM 2015
Gets whether read of the attribute value is allowed.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public int CanRead { get; internal set; }
public:
[DataMemberAttribute]
property int CanRead {
int get();
internal: void set(int value);
}
[<DataMemberAttribute>]
member CanRead : int with get, internal set
<DataMemberAttribute>
Public Property CanRead As Integer
Get
Friend Set
End Property
Property Value
Type: System.Int32
Type: Int32
.
See Also
AttributePrivilege Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright