Gets or sets the name of the diagram object.

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

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

See Also