RepositoryInfo.UserCount Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ManagedNameAttribute("User_Count")> _
Public ReadOnly Property UserCount As Integer
'Usage
Dim instance As RepositoryInfo
Dim value As Integer
value = instance.UserCount
[ManagedNameAttribute("User_Count")]
public int UserCount { get; }
[ManagedNameAttribute(L"User_Count")]
public:
property int UserCount {
int get ();
}
public function get UserCount () : int
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.