VSSDatabaseClass.User 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 User ( _
<InAttribute> Name As String _
) As VSSUser Implements IVSSDatabase.User
'Usage
Dim instance As VSSDatabaseClass
Dim Name As String
Dim value As VSSUser
value = CType(instance, IVSSDatabase).User(Name)
public virtual VSSUser IVSSDatabase.User [
[InAttribute] string Name
] { get; }
public:
virtual property VSSUser^ User [String^] {
VSSUser^ get ([InAttribute] String^ Name) = IVSSDatabase::User::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.
Parameters
See Also
Reference
VSSDatabaseClass Class
VSSDatabaseClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace