EntityInfo.Entity Property
Applies To: Dynamics CRM 2013
Gets the entity set annotation of the Entity.
Namespace: Microsoft.Xrm.Client.Metadata
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public EntityAttribute Entity { get; private set; }
public:
property EntityAttribute^ Entity {
EntityAttribute^ get();
private: void set(EntityAttribute^ value);
}
member Entity : EntityAttribute with get, private set
Public Property Entity As EntityAttribute
Get
Private Set
End Property
Property Value
Type: Microsoft.Xrm.Client.Metadata.EntityAttribute
Type: EntityAttribute
The entity in attribute form.
See Also
Entity
EntityInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top