Sdílet prostřednictvím


DataMappedObjectTypeAttribute.AvailableRestrictionsList – vlastnost

Získá seznam 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 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>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<String>
Seznam obsahující omezení, které jsou k dispozici pro aktuální typ řetězce.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataMappedObjectTypeAttribute Třída

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