Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
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 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright