'Declaration <DataMemberAttribute("ValueIsNull")> Public Property ValueIsNull As Boolean
'Usage Dim instance As ElementValue Dim value As Boolean instance.ValueIsNull = value value = instance.ValueIsNull
[DataMember("ValueIsNull")] public bool ValueIsNull {get; set;}
[DataMember("ValueIsNull")] public: property bool ValueIsNull { bool get(); void set ( bool value); }