Selerix Developer Tools
Group Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateCard Class : Group Property
Gets or sets the group.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property Group As String
'Usage
 
Dim instance As RateCard
Dim value As String
 
instance.Group = value
 
value = instance.Group
[XmlAttribute()]
public string Group {get; set;}
public read-write property Group: String; 
XmlAttributeAttribute()
public function get,set Group : String
[XmlAttribute()]
public: __property string* get_Group();
public: __property void set_Group( 
   string* value
);
[XmlAttribute()]
public:
property String^ Group {
   String^ get();
   void set (    String^ value);
}

Property Value

The group.
See Also

Reference

RateCard Class
RateCard Members