[DataMember()] [DefaultValue(false)] public bool IsSwitch {get; set;}
[DataMember()] [DefaultValue(false)] public: property bool IsSwitch { bool get(); void set ( bool value); }
'Declaration
<DataMemberAttribute()> <DefaultValueAttribute(False)> Public Property IsSwitch As Boolean