CreateAttributeResponse.AttributeId Property
Applies To: Dynamics CRM 2015
Gets the MetadataId of the attribute that is created.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public Guid AttributeId { get; }
public:
property Guid AttributeId {
Guid get();
}
member AttributeId : Guid with get
Public ReadOnly Property AttributeId As Guid
Property Value
Type: System.Guid
Type: Guid
The MetadataId of the attribute that is created. This is the unique identifier of the attribute.
See Also
CreateAttributeResponse Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright