ESRI.ArcGIS.ADF.IMS
Value Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > UniqueLabelValue Class : Value Property




Gets or sets the value.

Syntax

Visual Basic (Declaration) 
Public Property Value As String
Visual Basic (Usage)Copy Code
Dim instance As UniqueLabelValue
Dim value As String
 
instance.Value = value
 
value = instance.Value
C# 
public string Value {get; set;}

Example

For an example of this property, see the UniqueLabelValue overview .

Remarks

This value is compared to each feature's value as specified by the ValueField in the ValueMapLabelRenderer. If the feature's value matches (or is contained in it, if ComparisonMethod is set to IsContained), then the feature is rendered with the symbol in the UniqueLabelValue.

See Also

© 2010 All Rights Reserved.