CreateEntityRequest.PrimaryAttribute Property

Definition

Gets or sets the metadata for the primary name column for the new table. Required.

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

Property Value

The metadata for the primary name column for the new table. Required.

Applies to