Share via


AdminRepositoryInfo.WorkspaceCount Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
Public Property WorkspaceCount As Integer
    Get
    Set
public int WorkspaceCount { get; set; }
public:
property int WorkspaceCount {
    int get ();
    void set (int value);
}
member WorkspaceCount : int with get, set
function get WorkspaceCount () : int
function set WorkspaceCount (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

AdminRepositoryInfo Class

Microsoft.TeamFoundation.VersionControl.Server Namespace