DirectoryControl.GetValue Method

Definition

The GetValue() method returns the data associated with the control.

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

Returns

Byte[]

The data associated with the control.

Applies to