RetrieveAttributeRequest.LogicalName Property

Definition

Gets or sets the logical name of the column definition to be retrieved. 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 column definition to be retrieved. Optional.

Remarks

The LogicalName and the EntityLogicalName are required if the MetadataId is not provided.

Applies to