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