IdentityService.SyncAgents Property
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property SyncAgents As Dictionary(Of String, IIdentityProvider)
public Dictionary<string, IIdentityProvider> SyncAgents { get; }
public:
property Dictionary<String^, IIdentityProvider^>^ SyncAgents {
Dictionary<String^, IIdentityProvider^>^ get ();
}
member SyncAgents : Dictionary<string, IIdentityProvider> with get
function get SyncAgents () : Dictionary<String, IIdentityProvider>
Property Value
Type: System.Collections.Generic.Dictionary<String, IIdentityProvider>
.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.