Gets or sets the group number label. The GroupNumberLabel property gets or sets the group number label.
Syntax
'Declaration
Public Overridable Property GroupNumberLabel As String
'Usage
Dim instance As Application
Dim value As String
instance.GroupNumberLabel = value
value = instance.GroupNumberLabel
public virtual string GroupNumberLabel {get; set;}
public read-write property GroupNumberLabel: String; virtual;
public function get,set GroupNumberLabel : String
public: __property virtual string* get_GroupNumberLabel();
public: __property virtual void set_GroupNumberLabel(
string* value
);
public:
virtual property String^ GroupNumberLabel {
String^ get();
void set ( String^ value);
}
Property Value
The group number label.
See Also