ESRI.ArcGIS.ADF.IMS
Value Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.