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
- 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.