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


The command parameter which is used to execute this command.

Syntax

Visual Basic (Declaration)  
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("Command")>
<DescriptionAttribute("The command parameter used to execute this command.")>
Public Property Parameters As String
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim value As String
 
instance.Parameters = value
 
value = instance.Parameters
C#  
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Command")]
[DescriptionAttribute("The command parameter used to execute this command.")]
public string Parameters {get; set;}

Return Value

The string which represents the command's parameter.Default is empty string.

Remarks

The Command parameters are a set of comma-separated values and adds possibility to change the default context of executing of a Command.

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