OrderExpression.AttributeName Property

Definition

Gets or sets the logical name of the column in the order expression.

public:
 property System::String ^ AttributeName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string AttributeName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AttributeName : string with get, set
Public Property AttributeName As String

Property Value

The logical name of the column in the order expression.

Attributes

Applies to