VerifyNameControl.ServerName 属性
定义
ServerName 属性包含执行验证的服务器的名称。The ServerName property contains the name of the server that performs the validation.
public:
property System::String ^ ServerName { System::String ^ get(); void set(System::String ^ value); };
public string ServerName { get; set; }
member this.ServerName : string with get, set
Public Property ServerName As String
属性值
执行验证的服务器的名称。The name of the server that performs the validation.