Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Parameters Property
See Also 
Dundas.Charting.WebControl Namespace > CommandUI Class : Parameters Property


Gets and sets the parameter which is passed to command to execute

Syntax

Visual Basic (Declaration)  
<DefaultValueAttribute()>
<DescriptionAttribute("parameter which is passed to command to execute")>
Public Property Parameters As String
Visual Basic (Usage) Copy Code
Dim instance As CommandUI
Dim value As String
 
instance.Parameters = value
 
value = instance.Parameters
C#  
[DefaultValueAttribute()]
[DescriptionAttribute("parameter which is passed to command to execute")]
public string Parameters {get; set;}

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