ValidateRangeAttribute.MaxRange 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 maximum range.
public:
property System::Object ^ MaxRange { System::Object ^ get(); };
public:
property Platform::Object ^ MaxRange { Platform::Object ^ get(); };
public object MaxRange { get; }
member this.MaxRange : obj
Public ReadOnly Property MaxRange As Object