DictTable.Labeldefined Method
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.
Returns the value of the label property for the table.
public:
virtual System::String ^ Labeldefined();
public virtual string Labeldefined ();
abstract member Labeldefined : unit -> string
override this.Labeldefined : unit -> string
Public Overridable Function Labeldefined () As String
Returns
The value of the label property for the table; an empty string if there is no label text for the table.