Compartilhar via


CrmEntityReference.Name Property

 

Applies To: Dynamics CRM 2013

Gets or sets the name of the entity.

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

Syntax

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

Property Value

Type: System.String

Type: Int32
The name of the entity.

See Also

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

Return to top