Selerix Developer Tools
StringValue Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParamLimit Class : StringValue Property
Gets or sets the string value.
Syntax
'Declaration
 
Public Property StringValue As String
'Usage
 
Dim instance As RateParamLimit
Dim value As String
 
instance.StringValue = value
 
value = instance.StringValue
public string StringValue {get; set;}
public read-write property StringValue: String; 
public function get,set StringValue : String
public: __property string* get_StringValue();
public: __property void set_StringValue( 
   string* value
);
public:
property String^ StringValue {
   String^ get();
   void set (    String^ value);
}

Property Value

The string value.
See Also

Reference

RateParamLimit Class
RateParamLimit Members