Compartilhar via


CrmEntityReference.LogicalName Property

 

Applies To: Dynamics CRM 2013

Gets or sets the logical name of the entity.

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

Syntax

public string LogicalName { get; set; }
public:
property String^ LogicalName {
    String^ get();
    void set(String^ value);
}
member LogicalName : string with get, set
Public Property LogicalName As String

Property Value

Type: System.String

Type: Int32
The logical name of the entity.

See Also

CrmEntityReference Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top