'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
.