Share via


RepositoryInfo.PendingChangeCount Property

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

Syntax

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

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

RepositoryInfo Class

RepositoryInfo Members

Microsoft.TeamFoundation.VersionControl.Server Namespace