ILocationService.ConfiguredAccessMappings Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
ReadOnly Property ConfiguredAccessMappings As IEnumerable(Of AccessMapping)
Get
IEnumerable<AccessMapping> ConfiguredAccessMappings { get; }
property IEnumerable<AccessMapping^>^ ConfiguredAccessMappings {
IEnumerable<AccessMapping^>^ get ();
}
abstract ConfiguredAccessMappings : IEnumerable<AccessMapping>
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.