HttpClientConnection100Class.ServerPassword Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta la password utilizzata per accedere al server. Questa proprietà è di sola scrittura.
public:
virtual property System::String ^ ServerPassword { void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(5)]
public virtual string ServerPassword { [System.Runtime.InteropServices.DispId(5)] set; }
[<System.Runtime.InteropServices.DispId(5)>]
[<set: System.Runtime.InteropServices.DispId(5)>]
member this.ServerPassword : string
Public Overridable Property ServerPassword As String
Valore della proprietà
Stringa contenente la password usata per accedere al server.
Implementazioni
- Attributi