ModelItem.Name Property

Definition

Gets or sets the name or ID of the item.

C#
public abstract string Name { get; set; }

Property Value

The name or ID of the item as a String.

Remarks

Not all items need to have names, so this might return null. Depending on the type of item and where it sits in the hierarchy, it might not always be legal to set the Name on an item. If the ItemType of this item declares a RuntimeNamePropertyAttribute, the Name property is a direct mapping to the property dictated by that attribute.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1