AttributeMetadata.AttributeTypeName Property

Definition

Gets the name of the type for the attribute.

public:
 property Microsoft::Xrm::Sdk::Metadata::AttributeTypeDisplayName ^ AttributeTypeName { Microsoft::Xrm::Sdk::Metadata::AttributeTypeDisplayName ^ get(); };
[System.Runtime.Serialization.DataMember(Order=60)]
public Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName AttributeTypeName { get; }
[<System.Runtime.Serialization.DataMember(Order=60)>]
member this.AttributeTypeName : Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName
Public ReadOnly Property AttributeTypeName As AttributeTypeDisplayName

Property Value

The name of the attribute type.

Attributes

Remarks

This property is read-only. It is set based on the type of Attribute passed to the CreateAttributeRequest message,

Use this property rather than AttributeType to get a valid value for all types.

Applies to