Share via


IVSSCheckoutModifiable.Username Property 

Gets a string containing the username of the user to whom the file is checked out.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
ReadOnly Property Username As String
'Usage
Dim instance As IVSSCheckoutModifiable
Dim value As String

value = instance.Username
string Username { get; }
property String^ Username {
    String^ get ();
}
/** @property */
String get_Username ()
function get Username () : String

Property Value

A string containing the username of the user to whom the file is checked out.

Remarks

[IDL]

HRESULT Username ([out,retval]BSTR *pUsername);

See Also

Reference

IVSSCheckoutModifiable Interface
IVSSCheckoutModifiable Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSCheckout.Username Property