ESRI.ArcGIS.ADF.ArcGISServer
MaxValue Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > RangeDomain Class : MaxValue Property




The maximum value for the associated attribute.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property MaxValue As Object
Visual Basic (Usage)Copy Code
Dim instance As RangeDomain
Dim value As Object
 
instance.MaxValue = value
 
value = instance.MaxValue
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public object MaxValue {get; set;}

See Also

© 2010 All Rights Reserved.