Sdílet prostřednictvím


DataMappedObjectTypeAttribute.AvailableRestrictions – vlastnost

Získá nebo nastaví omezení, které jsou k dispozici pro aktuální typ.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String
Omezení, které jsou k dispozici pro aktuální typ obsahuje hodnotu řetězce.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataMappedObjectTypeAttribute Třída

Microsoft.VisualStudio.Data.Services – obor názvů