Selerix Developer Tools
GroupName Property






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

Property Value

The name of the group.
See Also

Reference

RateParam Class
RateParam Members