ESRI.ArcGIS.ADF.Web
StringValue Constructor(String)
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > StringValue Class > StringValue Constructor : StringValue Constructor(String)




comparisonString
Value to use when determining whether the StringValue matches a feature's value.
Constructs a StringValue object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal comparisonString As String _
)
Visual Basic (Usage)Copy Code
Dim comparisonString As String
 
Dim instance As StringValue(comparisonString)
C# 
public StringValue( 
   string comparisonString
)

Parameters

comparisonString
Value to use when determining whether the StringValue matches a feature's value.

See Also

© 2010 All Rights Reserved.