[DataMember()] public bool IsOptional {get; set;}
[DataMember()] public: property bool IsOptional { bool get(); void set ( bool value); }
'Declaration
<DataMemberAttribute()> Public Property IsOptional As Boolean
Property Value
The default value of this property is False
.