Element.Name
Description:
A human readable name for the Element.
A human readable name for the Element.
Remarks:
The Name property is a human readable name for the element, such as Wall.
The Name property is a human readable name for the element, such as Wall.
public virtual string Name { get; set; }
-
Thrown when the name of the element cannot be changed.
-
Thrown when the element requires a unique name and a non-unique name is set.