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




Gets or sets the maximum value.

Syntax

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

Remarks

The Type for the MaxValue 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.