Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Gets whether update of the attribute value is allowed.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public int CanUpdate { get; internal set; }
public:
[DataMemberAttribute]
property int CanUpdate {
int get();
internal: void set(int value);
}
[<DataMemberAttribute>]
member CanUpdate : int with get, internal set
<DataMemberAttribute>
Public Property CanUpdate 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