HttpClientConnection100Class.ServerDomain Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el dominio utilizado para iniciar sesión en el servidor.
public:
virtual property System::String ^ ServerDomain { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(6)]
public virtual string ServerDomain { [System.Runtime.InteropServices.DispId(6)] get; [System.Runtime.InteropServices.DispId(6)] set; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
[<set: System.Runtime.InteropServices.DispId(6)>]
member this.ServerDomain : string with get, set
Public Overridable Property ServerDomain As String
Valor de propiedad
Cadena que contiene el dominio usado para iniciar sesión en el servidor.
Implementaciones
- Atributos