Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Get
ICollection<string> MappedRestrictions { get; }
property ICollection<String^>^ MappedRestrictions {
ICollection<String^>^ get ();
}
abstract MappedRestrictions : ICollection<string>
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.