MetaColumn.UIHint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the field template specified for the data field.
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
Property Value
The name of the field template specified for the data field.
Remarks
The UIHint property verifies if a UIHintAttribute attribute is applied to the data field and retrieves the value of the UIHintAttribute.UIHint property. If a UIHintAttribute attribute is not applied to the data field, the UIHint property returns an empty string.