ILocationService.ConfiguredAccessMappings Property

All of the AccessMappings that this location service knows about. Because a given location service can inherit AccessMappings from its parent these AccessMappings may exist on this location service or its parent.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
ReadOnly Property ConfiguredAccessMappings As IEnumerable(Of AccessMapping)
IEnumerable<AccessMapping> ConfiguredAccessMappings { get; }
property IEnumerable<AccessMapping^>^ ConfiguredAccessMappings {
    IEnumerable<AccessMapping^>^ get ();
}
abstract ConfiguredAccessMappings : IEnumerable<AccessMapping> with get
function get ConfiguredAccessMappings () : IEnumerable<AccessMapping>

Property Value

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

.NET Framework Security

See Also

Reference

ILocationService Interface

Microsoft.TeamFoundation.Framework.Client Namespace