GenericObjectMeasureInfo.Minimum Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The min of property values.
public:
property System::Object ^ Minimum { System::Object ^ get(); void set(System::Object ^ value); };
public:
property Platform::Object ^ Minimum { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object Minimum { get; set; }
member this.Minimum : obj with get, set
Public Property Minimum As Object