EntityLogicalNameAttribute(String) Constructor

Definition

Initializes a new instance of the EntityLogicalNameAttribute class.

public:
 EntityLogicalNameAttribute(System::String ^ logicalName);
public EntityLogicalNameAttribute (string logicalName);
new Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute : string -> Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute
Public Sub New (logicalName As String)

Parameters

logicalName
String

The logical name of the entity

Applies to