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