Share via


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

See Also

Reference

RepositoryInfo Class

RepositoryInfo Members

Microsoft.TeamFoundation.VersionControl.Server Namespace