Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AttributeMetadata.AttributeTypeName Property

Definition

Namespace:
Microsoft.Xrm.Sdk.Metadata
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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