DirSyncRequestControl.GetValue 方法

定义

GetValue() 方法返回与此控件关联的数据。

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

返回

Byte[]

与此控件关联的数据。

适用于