Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
There are no comments for IdentityProviderAddresses in the schema.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property IdentityProviderAddresses As DataServiceQuery(Of IdentityProviderAddress)
public DataServiceQuery<IdentityProviderAddress> IdentityProviderAddresses { get; }
public:
property DataServiceQuery<IdentityProviderAddress^>^ IdentityProviderAddresses {
DataServiceQuery<IdentityProviderAddress^>^ get ();
}
member IdentityProviderAddresses : DataServiceQuery<IdentityProviderAddress> with get
function get IdentityProviderAddresses () : DataServiceQuery<IdentityProviderAddress>
Property Value
Type: System.Data.Services.Client.DataServiceQuery<IdentityProviderAddress>
Returns DataServiceQuery<TElement>.
.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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace