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


Gets the unique name of the command.

Syntax

Visual Basic (Declaration)  
<SerializationVisibilityAttribute()>
<CategoryAttribute()>
<DescriptionAttribute("The unique name of the command used for locating.")>
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
<ParenthesizePropertyNameAttribute(True)>
<DesignerSerializationVisibilityAttribute()>
Public ReadOnly Property Name As String
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim value As String
 
value = instance.Name
C#  
[SerializationVisibilityAttribute()]
[CategoryAttribute()]
[DescriptionAttribute("The unique name of the command used for locating.")]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[ParenthesizePropertyNameAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
public string Name {get;}

Return Value

The string represents name for the command.

Remarks

The command name is automatic generated in format CommandType_Index. The command name can be used for locating a command into CommandCollection as well as recognizing in event handlers.

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