VSSDatabaseClass.DefaultProjectRights 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 Property DefaultProjectRights As Integer Implements IVSSDatabase.DefaultProjectRights
'Usage
Dim instance As VSSDatabaseClass
Dim value As Integer
value = CType(instance, IVSSDatabase).DefaultProjectRights
CType(instance, IVSSDatabase).DefaultProjectRights = value
public virtual int IVSSDatabase.DefaultProjectRights { get; set; }
public:
virtual property int DefaultProjectRights {
int get () = IVSSDatabase::DefaultProjectRights::get;
void set ([InAttribute] int pRights) = IVSSDatabase::DefaultProjectRights::set;
}
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
VSSDatabaseClass Class
VSSDatabaseClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace