Selerix Developer Tools
IsSelected Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParamValue Class : IsSelected Property
Gets or sets a value indicating whether this instance is selected.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property IsSelected As Boolean
'Usage
 
Dim instance As RateParamValue
Dim value As Boolean
 
instance.IsSelected = value
 
value = instance.IsSelected
[XmlIgnore()]
public bool IsSelected {get; set;}
public read-write property IsSelected: Boolean; 
XmlIgnoreAttribute()
public function get,set IsSelected : boolean
[XmlIgnore()]
public: __property bool get_IsSelected();
public: __property void set_IsSelected( 
   bool value
);
[XmlIgnore()]
public:
property bool IsSelected {
   bool get();
   void set (    bool value);
}

Property Value

true if this instance is selected; otherwise, false.
See Also

Reference

RateParamValue Class
RateParamValue Members