Gets or sets the name of the current item. The name must be unique within the Dictionary containing the item.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[XmlAttributeAttribute("Name")]
public string Name { get; set; }
Visual Basic
<XmlAttributeAttribute("Name")> _
Public Property Name As String
	Get
	Set

See Also