Share via


RepositoryInfo.FolderCount Property

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

Syntax

'Declaration
<ManagedNameAttribute("Folder_Count")> _
Public ReadOnly Property FolderCount As Integer
'Usage
Dim instance As RepositoryInfo 
Dim value As Integer 

value = instance.FolderCount
[ManagedNameAttribute("Folder_Count")]
public int FolderCount { get; }
[ManagedNameAttribute(L"Folder_Count")]
public:
property int FolderCount {
    int get ();
}
public function get FolderCount () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

RepositoryInfo Class

RepositoryInfo Members

Microsoft.TeamFoundation.VersionControl.Server Namespace