EntityLogicalNameAttribute.LogicalName Property
Applies To: Dynamics CRM 2015
Gets the logical name of the entity.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public string LogicalName { get; private set; }
public:
property String^ LogicalName {
String^ get();
private: void set(String^ value);
}
member LogicalName : string with get, private set
Public Property LogicalName As String
Get
Private Set
End Property
Property Value
Type: System.String
Type: String
The logical name of the entity.
See Also
EntityLogicalNameAttribute Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright