Proprietà DataMappedObjectTypeAttribute.AvailableRestrictionsList
Ottiene un elenco di tutte le restrizioni disponibili per il tipo corrente.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
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>
function get AvailableRestrictionsList () : IList<String>
Valore proprietà
Tipo: System.Collections.Generic.IList<String>
Un elenco di stringhe contenenti tutte le restrizioni disponibili per il tipo corrente.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.