UpdateEntityRequest.Entity Property
Applies To: Dynamics CRM 2015
Gets or sets the metadata for the entity. 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 entity. Required.
See Also
UpdateEntityRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright