CreateEntityRequest.Entity Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Xrm.Sdk.Messages
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public EntityMetadata Entity { get; set; }
public:
property EntityMetadata^ Entity {
    EntityMetadata^ get();
    void set(EntityMetadata^ value);
}
member Entity : EntityMetadata with get, set
Public Property Entity As EntityMetadata

Property Value

Type: Microsoft.Xrm.Sdk.Metadata.EntityMetadata

Type EntityMetadata
The metadata for the custom entity that you want to create. Required.

See Also

CreateEntityRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright