RetrieveEntityRequest.LogicalName Property

Definition

Gets or sets the logical name of the table to retrieve. Optional.

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

Property Value

The logical name of the table to retrieve. Optional.

Remarks

The MetadataId property is required if the LogicalName property is not provided.

Applies to