MaxValue Property (ImGearCapRange)
In This Topic
Gets or sets the maximum value of the range.
Syntax
'Declaration
Public Property MaxValue As Object
'Usage
Dim instance As ImGearCapRange
Dim value As Object
instance.MaxValue = value
value = instance.MaxValue
public object MaxValue {get; set;}
public: __property Object* get_MaxValue();
public: __property void set_MaxValue(
Object* value
);
public:
property Object^ MaxValue {
Object^ get();
void set ( Object^ value);
}
Property Value
The value can be of the following types:
- System.Double value.
- System.Int64 value.
See Also