ESRI.ArcGIS.ADF.Web
MinValue Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > ValueRange<T> Class : MinValue Property




Gets or sets the minimum value.

Syntax

Visual Basic (Declaration) 
Public Property MinValue As T
Visual Basic (Usage)Copy Code
Dim instance As ValueRange(Of T)
Dim value As T
 
instance.MinValue = value
 
value = instance.MinValue
C# 
public T MinValue {get; set;}

Remarks

The Type for the MinValue is determined at the declaration of of the ValueRange (see the class overview for an example).

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.