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




The third value that will be used to create all unique combinations of unique values with the two value fields you choose.

Syntax

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

See Also

© 2010 All Rights Reserved.