MetaColumn.UIHint Proprietà

Definizione

Ottiene il nome del modello di campo specificato per il campo dati.

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

Valore della proprietà

Nome del modello di campo specificato per il campo dati.

Commenti

La UIHint proprietà verifica se un UIHintAttribute attributo viene applicato al campo dati e recupera il valore della UIHintAttribute.UIHint proprietà. Se un UIHintAttribute attributo non viene applicato al campo dati, la UIHint proprietà restituisce una stringa vuota.

Si applica a

Vedi anche