MetaColumn.UIHint Vlastnost

Definice

Získá název šablony pole určené pro datové pole.

public:
 property System::String ^ UIHint { System::String ^ get(); };
public:
 virtual property System::String ^ UIHint { System::String ^ get(); };
public string UIHint { get; }
public virtual string UIHint { get; }
member this.UIHint : string
Public ReadOnly Property UIHint As String
Public Overridable ReadOnly Property UIHint As String

Hodnota vlastnosti

Název šablony pole určené pro datové pole.

Poznámky

Vlastnost UIHint ověří, zda UIHintAttribute je atribut použit na datové pole a načte hodnotu UIHintAttribute.UIHint vlastnosti. UIHintAttribute Pokud atribut není použit na datové pole, UIHint vrátí vlastnost prázdný řetězec.

Platí pro

Viz také