'Declaration<XmlIgnoreAttribute()> Public Property IsSelected As Boolean
'UsageDim instance As RateParamValue Dim value As Boolean instance.IsSelected = value value = instance.IsSelected
public read-write property IsSelected: Boolean;
XmlIgnoreAttribute() public function get,set IsSelected : boolean
Property Value
true if this instance is selected; otherwise, false.