CreateAttributeRequest.Attribute Property

Definition

Gets or sets the definition of the column type that you want to create. Required.

public:
 property Microsoft::Xrm::Sdk::Metadata::AttributeMetadata ^ Attribute { Microsoft::Xrm::Sdk::Metadata::AttributeMetadata ^ get(); void set(Microsoft::Xrm::Sdk::Metadata::AttributeMetadata ^ value); };
public Microsoft.Xrm.Sdk.Metadata.AttributeMetadata Attribute { get; set; }
member this.Attribute : Microsoft.Xrm.Sdk.Metadata.AttributeMetadata with get, set
Public Property Attribute As AttributeMetadata

Property Value

The definition of the column type that you want to create. Required.

Remarks

Use one of the following classes to specify the type of column that you want to create:

Applies to