Selerix Developer Tools
GroupNumber Property (Application)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Application Class : GroupNumber Property
Gets or sets the group number. The GroupNumber property gets or sets the group number.
Syntax
'Declaration
 
Public Overridable Property GroupNumber As String
'Usage
 
Dim instance As Application
Dim value As String
 
instance.GroupNumber = value
 
value = instance.GroupNumber
public virtual string GroupNumber {get; set;}
public read-write property GroupNumber: String; virtual; 
public function get,set GroupNumber : String
public: __property virtual string* get_GroupNumber();
public: __property virtual void set_GroupNumber( 
   string* value
);
public:
virtual property String^ GroupNumber {
   String^ get();
   void set (    String^ value);
}

Property Value

The group number.
See Also

Reference

Application Class
Application Members