Proprietà DataMappedObjectTypeAttribute.AvailableRestrictions
Ottiene o imposta 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 Property AvailableRestrictions As String
public string AvailableRestrictions { get; set; }
public:
property String^ AvailableRestrictions {
String^ get ();
void set (String^ value);
}
member AvailableRestrictions : string with get, set
function get AvailableRestrictions () : String
function set AvailableRestrictions (value : String)
Valore proprietà
Tipo: System.String
Un valore stringa contenente 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.