EntityDescription.LogicalName Property
Gets or sets the logical name.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As EntityDescription
Dim value As String
value = instance.LogicalName
instance.LogicalName = value
Syntax
'Declaration
Public Property LogicalName As String
public string LogicalName { get; set; }
public:
property String^ LogicalName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_LogicalName ()
/** @property */
public void set_LogicalName (String value)
public function get LogicalName () : String
public function set LogicalName (value : String)
Property Value
Type: String
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
EntityDescription Class
EntityDescription Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.