Click or drag to resize

GH_ItemName Property

Gets or sets the name of this item. Typically, names are set at construction and do not change. If you change names after construction, you could corrupt an archive.

Namespace:  GH_IO.Types
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public string Name { get; set; }

Property Value

Type: String

[Missing <value> documentation for "P:GH_IO.Types.GH_Item.Name"]

Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the new name is null or empty.
See Also