DataMappedObjectTypeAttribute.AvailableRestrictions, propriété

Obtient ou définit les restrictions disponibles pour le type actuel.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
Une valeur de chaîne contenant toutes les restrictions disponibles pour le type actuel.

Sécurité .NET Framework

Voir aussi

Référence

DataMappedObjectTypeAttribute Classe

Microsoft.VisualStudio.Data.Services, espace de noms