VSSCheckoutClass.Username Property 

This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Username As String Implements IVSSCheckout.Username
'Usage
Dim instance As VSSCheckoutClass
Dim value As String

value = CType(instance, IVSSCheckout).Username
public virtual string IVSSCheckout.Username { get; }
public:
virtual property String^ Username {
    String^ get () = IVSSCheckout::Username::get;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

See Also

Reference

VSSCheckoutClass Class
VSSCheckoutClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace