CreateEntityRequest.Entity Property

Definition

Gets or sets the metadata for the table that you want to create. Required.

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

Property Value

The metadata for the table that you want to create. Required.

Applies to