[DataMember("MaxDoubleInteger")] public int MaxDoubleInteger {get; set;}
[DataMember("MaxDoubleInteger")] public: property int MaxDoubleInteger { int get(); void set ( int value); }
'Declaration <DataMemberAttribute("MaxDoubleInteger")> Public Property MaxDoubleInteger As Integer
'Usage Dim instance As IntegerCriteria Dim value As Integer instance.MaxDoubleInteger = value value = instance.MaxDoubleInteger