Selerix Developer Tools
ValueState Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateTemplateValue Class : ValueState Property
Gets or sets the state of the rider.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property ValueState As RateParamState
'Usage
 
Dim instance As RateTemplateValue
Dim value As RateParamState
 
instance.ValueState = value
 
value = instance.ValueState
[XmlAttribute()]
[DefaultValue()]
public RateParamState ValueState {get; set;}
public read-write property ValueState: RateParamState; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set ValueState : RateParamState
[XmlAttribute()]
[DefaultValue()]
public: __property RateParamState get_ValueState();
public: __property void set_ValueState( 
   RateParamState value
);
[XmlAttribute()]
[DefaultValue()]
public:
property RateParamState ValueState {
   RateParamState get();
   void set (    RateParamState value);
}

Property Value

The state of the rider.
See Also

Reference

RateTemplateValue Class
RateTemplateValue Members