public System.int MinValue {get;}
public read-only property MinValue: System.Integer;
public function get MinValue : System.int
public: __property System.int get_MinValue();
public: property System.int MinValue { System.int get(); }
'Declaration
Public ReadOnly Property MinValue As System.Integer
'Usage
Dim instance As LookupTable Dim value As System.Integer value = instance.MinValue