IIdentitySyncHelper.SyncCounters Property

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

Syntax

'Declaration
ReadOnly Property SyncCounters As IDictionary(Of String, Integer)
IDictionary<string, int> SyncCounters { get; }
property IDictionary<String^, int>^ SyncCounters {
    IDictionary<String^, int>^ get ();
}
abstract SyncCounters : IDictionary<string, int> with get
function get SyncCounters () : IDictionary<String, int>

Property Value

Type: System.Collections.Generic.IDictionary<String, Int32>
Returns IDictionary<TKey, TValue>.

.NET Framework Security

See Also

Reference

IIdentitySyncHelper Interface

Microsoft.TeamFoundation.Framework.Server Namespace