ESRI.ArcGIS.ADF.Web
MaxValue Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > Generic ValueRange 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).

See Also

© 2010 All Rights Reserved.