IVSSUser.Password Property
Gets or sets a string representing a password of the current SourceSafe user.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
WriteOnly Property Password As String
'Usage
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)
Property Value
A string representing a password of the current SourceSafe user.
Remarks
[IDL]
HRESULT Password([in] BSTR Password);
Only Admin and the current user can access the Password property of the current user. Admin can retrieve and set a password of any user. If a user other than Admin attempts to set the Password of another user, a run-time error is generated.
See Also
Reference
IVSSUser Interface
IVSSUser Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace