VSSUserClass.ReadOnly 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 ReadOnly As Boolean Implements IVSSUser.ReadOnly
'Usage
Dim instance As VSSUserClass
Dim value As Boolean

value = CType(instance, IVSSUser).ReadOnly

CType(instance, IVSSUser).ReadOnly = value
public virtual bool IVSSUser.ReadOnly { get; set; }
public:
virtual property bool ReadOnly {
    bool get () = IVSSUser::ReadOnly::get;
    void set ([InAttribute] bool pReadOnly) = IVSSUser::ReadOnly::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

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