BindPendingProvider.AvailableIdentityAttributes Property

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

Syntax

'Declaration
Public ReadOnly Property AvailableIdentityAttributes As IEnumerable(Of String)
public IEnumerable<string> AvailableIdentityAttributes { get; }
public:
virtual property IEnumerable<String^>^ AvailableIdentityAttributes {
    IEnumerable<String^>^ get () sealed;
}
abstract AvailableIdentityAttributes : IEnumerable<string> with get 
override AvailableIdentityAttributes : IEnumerable<string> with get
final function get AvailableIdentityAttributes () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>

Implements

IIdentityProvider.AvailableIdentityAttributes

.NET Framework Security

See Also

Reference

BindPendingProvider Class

Microsoft.VisualStudio.Services.Identity Namespace