VSSUserClass.ProjectRights 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 ProjectRights ( _
<InAttribute> <OptionalAttribute> Optional Project As String = "$/" _
) As Integer Implements IVSSUser.ProjectRights
'Usage
Dim instance As VSSUserClass
Dim Project As String
Dim value As Integer
value = CType(instance, IVSSUser).ProjectRights(Project)
CType(instance, IVSSUser).ProjectRights(Project) = value
public virtual int IVSSUser.ProjectRights [
[OptionalAttribute] [InAttribute] string Project
] { get; set; }
public:
virtual property int ProjectRights [String^] {
int get ([InAttribute] [OptionalAttribute] String^ Project) = IVSSUser::ProjectRights::get;
void set ([InAttribute] [OptionalAttribute] String^ Project, [InAttribute] int piRightsOut) = IVSSUser::ProjectRights::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.
Parameters
- Project
See Also
Reference
VSSUserClass Class
VSSUserClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace