Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the mapped restrictions that are to be converted to underlying restrictions.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property MappedRestrictions As ICollection(Of String)
ICollection<string> MappedRestrictions { get; }
property ICollection<String^>^ MappedRestrictions {
ICollection<String^>^ get ();
}
abstract MappedRestrictions : ICollection<string> with get
function get MappedRestrictions () : ICollection<String>
Property Value
Type: System.Collections.Generic.ICollection<String>
A collection of string values representing the restrictions that are to be converted to the underlying restrictions.
.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.