SortRequestControl.GetValue Method

Definition

The GetValue() method specifies the sort keys and matching rules for this control.

public:
 override cli::array <System::Byte> ^ GetValue();
public override byte[] GetValue ();
override this.GetValue : unit -> byte[]
Public Overrides Function GetValue () As Byte()

Returns

Byte[]

The sort keys and matching rules for this control.

Applies to