Gets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown.

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

Syntax

C#
public string Name { get; set; }
Visual Basic
Public Property Name As String
	Get
	Set

See Also