Proprietà IVSSUser.Password

Ottiene o imposta una stringa che rappresenta la password dell'utente corrente di Visual SourceSafe.

Spazio dei nomi: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Sintassi

'Dichiarazione
WriteOnly Property Password As String
'Utilizzo
Dim instance As IVSSUser
Dim value As String

instance.Password = value
string Password { set; }
property String^ Password {
    void set ([InAttribute] String^ A_1);
}
/** @property */
void set_Password (/** @attribute InAttribute() */ String A_1)
function set Password (A_1 : String)

Valore proprietà

Una stringa che rappresenta la password dell'utente corrente di Visual SourceSafe.

Note

[IDL]

HRESULT Password([in] BSTR Password);

Solo l'utente Admin e l'utente corrente possono accedere alla proprietà Password dell'utente corrente. L'utente Admin può recuperare e impostare la password di qualsiasi utente. Se un utente diverso da Admin tenta di impostare la Password di un altro utente, verrà generato un errore di run-time.

Vedere anche

Riferimenti

Interfaccia IVSSUser
Membri IVSSUser
Spazio dei nomi Microsoft.VisualStudio.SourceSafe.Interop