Selerix Developer Tools
Name Property (RateCard)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateCard Class : Name Property
Gets or sets ratecard's name.
Syntax
'Declaration
 
<XmlAttributeAttribute("Name")>
Public Property Name As String
'Usage
 
Dim instance As RateCard
Dim value As String
 
instance.Name = value
 
value = instance.Name
[XmlAttribute("Name")]
public string Name {get; set;}
public read-write property Name: String; 
XmlAttributeAttribute("Name")
public function get,set Name : String
[XmlAttribute("Name")]
public: __property string* get_Name();
public: __property void set_Name( 
   string* value
);
[XmlAttribute("Name")]
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

RateCard Class
RateCard Members