Gets or sets the name of the current object.
The name can be an empty string. If it is not empty, the name must be unique
among the current object's siblings (i.e. objects with the same Owner()()()()).
Namespace:
C1.C1PreviewAssembly: 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 |