Dundas Chart for ASP.NET
Parameters Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Command Class : Parameters Property


Enterprise Only Feature. Gets the command parameters, used when executing the command.
The command parameter which is used to execute this command.

Syntax

Visual Basic (Declaration)  
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#  
public string Parameters {get; set;}

Return Value

A string that represents the command's parameters. Defaults to an empty string.
The string which represents the command's parameter.Default is empty string.

Remarks

Command parameters are a set of comma-separated values that let you change the default context
when the command is executed.
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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.