Freigeben über


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

See Also

Reference

IdentityService Class

Microsoft.VisualStudio.Services.Identity Namespace