VerifyNameControl.GetValue 方法
定义
GetValue() 方法返回验证服务器的名称。The GetValue() method returns the name of the validation server.
public:
override cli::array <System::Byte> ^ GetValue();
public override byte[] GetValue ();
override this.GetValue : unit -> byte[]
Public Overrides Function GetValue () As Byte()
返回
- Byte[]
验证服务器的名称。The name of the validation server.