다음을 통해 공유


EntityInfo.EntityLogicalName Property

 

Applies To: Dynamics CRM 2013

Gets the logical name annotation of the Entity.

Namespace:   Microsoft.Xrm.Client.Metadata
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public EntityLogicalNameAttribute EntityLogicalName { get; private set; }
public:
property EntityLogicalNameAttribute^ EntityLogicalName {
    EntityLogicalNameAttribute^ get();
    private: void set(EntityLogicalNameAttribute^ value);
}
member EntityLogicalName : EntityLogicalNameAttribute with get, private set
Public Property EntityLogicalName As EntityLogicalNameAttribute
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute

Type: EntityLogicalNameAttribute
The entity in logical name form.

See Also

Entity
EntityInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top