AdminRepositoryInfo.FileCount Property
Gets the number of files in the repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property FileCount As Integer
public int FileCount { get; set; }
public:
property int FileCount {
int get ();
void set (int value);
}
member FileCount : int with get, set
function get FileCount () : int
function set FileCount (value : int)
Property Value
Type: System.Int32
The number of files in the repository.
.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.