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 a list of all the restrictions that are available for the current type.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property AvailableRestrictionsList As IList(Of String)
public IList<string> AvailableRestrictionsList { get; }
public:
property IList<String^>^ AvailableRestrictionsList {
IList<String^>^ get ();
}
member AvailableRestrictionsList : IList<string> with get
function get AvailableRestrictionsList () : IList<String>
Property Value
Type: System.Collections.Generic.IList<String>
A list of strings containing all the restrictions that are available for the current type.
.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.