public Nullable<string> MaxValue { get; set; }
Public Property MaxValue As Nullable(Of String) Get Set
public: property Nullable<String^> MaxValue { Nullable<String^> get (); void set (Nullable<String^> value); }