Condividi tramite


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

Vedere anche

Riferimenti

DataMappedObjectTypeAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Services