CreateAttributeRequest.Attribute Property
Applies To: Dynamics CRM 2015
Gets or sets the definition of the attribute type that you want to create. Required.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public AttributeMetadata Attribute { get; set; }
public:
property AttributeMetadata^ Attribute {
AttributeMetadata^ get();
void set(AttributeMetadata^ value);
}
member Attribute : AttributeMetadata with get, set
Public Property Attribute As AttributeMetadata
Property Value
Type: Microsoft.Xrm.Sdk.Metadata.AttributeMetadata
Type: AttributeMetadata
The definition of the attribute type that you want to create. Required.
Remarks
Use one of the following classes to specify the type of attribute that you want to create:
See Also
CreateAttributeRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright