MetaColumn.UIHint Vlastnost

Definice

Získá název šablony pole zadané 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

String

Název šablony pole zadané pro datové pole.

Poznámky

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

Platí pro

Viz také