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 );
'Declaration
<XmlIgnoreAttribute()> Public Property IsSelected As Boolean
'Usage
Dim instance As RateParamValue Dim value As Boolean instance.IsSelected = value value = instance.IsSelected
Property Value
true
if this instance is selected; otherwise, false
.