CrmEntityReference.LogicalName Property
Applies To: Dynamics CRM 2015
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 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright