Condividi tramite


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

Vedere anche

Riferimenti

DataMappedObjectTypeAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Services