ValidateRangeAttribute.MinRange 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.
Gets the attribute's minimum range.
public:
property System::Object ^ MinRange { System::Object ^ get(); };
public:
property Platform::Object ^ MinRange { Platform::Object ^ get(); };
public object MinRange { get; }
member this.MinRange : obj
Public ReadOnly Property MinRange As Object