DictField.label 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.
Overloads
label() |
Returns the label for the field. |
label(Int32) |
label()
Returns the label for the field.
public:
virtual System::String ^ label();
public virtual string label ();
abstract member label : unit -> string
override this.label : unit -> string
Public Overridable Function label () As String
Returns
The label or inherited label value for the field.
Remarks
If no label is provided for the field, this method returns the label for the extended data type for the field, if applicable. If an array entry is specified, this method returns the label for the array element.
Applies to
label(Int32)
public:
virtual System::String ^ label(int _arrayIndex);
public virtual string label (int _arrayIndex);
abstract member label : int -> string
override this.label : int -> string
Public Overridable Function label (_arrayIndex As Integer) As String
Parameters
- _arrayIndex
- Int32