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