CreateAttributeRequest.Attribute Property

Definition

Gets or sets the definition of the attribute 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

AttributeMetadata

Type: AttributeMetadataThe 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:

Applies to