ArcGIS API for Silverlight - Library Reference
AttributeParameter Constructor(String,String,String)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > AttributeParameter Class > AttributeParameter Constructor : AttributeParameter Constructor(String,String,String)

attributeName
Name of the attribute.
parameterName
Name of the parameter.
value
The value.
Initializes a new instance of the AttributeParameter class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal attributeName As String, _
   ByVal parameterName As String, _
   ByVal value As String _
)
C# 
public AttributeParameter( 
   string attributeName,
   string parameterName,
   string value
)

Parameters

attributeName
Name of the attribute.
parameterName
Name of the parameter.
value
The value.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.