ESRI.ArcGIS.ADF.ArcGISServer
Field2 Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > UniqueValueRenderer Class : Field2 Property




The second value that will be used to create all unique combinations of unique values with the first value field.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property Field2 As String
Visual Basic (Usage)Copy Code
Dim instance As UniqueValueRenderer
Dim value As String
 
instance.Field2 = value
 
value = instance.Field2
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public string Field2 {get; set;}

See Also

© 2010 All Rights Reserved.