Share via


RepositoryInfo.FileCount Property

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

Syntax

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

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

RepositoryInfo Class

RepositoryInfo Members

Microsoft.TeamFoundation.VersionControl.Server Namespace