CreateEntityRequest.PrimaryAttribute Property
Definition
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 or sets the metadata for the primary attribute for the new entity. 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
Type: StringAttributeMetadataThe metadata for the primary attribute for the new entity. Required..