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