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.
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
- 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.