Selerix Developer Tools
IsOptional Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateRider Class : IsOptional Field
Gets or sets a value indicating whether this instance is optional. Use for template riders.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public IsOptional As Boolean
'Usage
 
Dim instance As RateRider
Dim value As Boolean
 
value = instance.IsOptional
 
instance.IsOptional = value
[XmlAttribute()]
[DefaultValue()]
public bool IsOptional
public field IsOptional: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var IsOptional : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool IsOptional
[XmlAttribute()]
[DefaultValue()]
public:
bool IsOptional

Field Value

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

Reference

RateRider Class
RateRider Members