Tagname property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns or sets the tagname of this object.
Class
IgObject
Syntax
[C#]
string Tagname { set; get; };
[Visual C++]
[propget]
HRESULT Tagname(
[out, retval] BSTR* theTagname
);
[propput]
HRESULT Tagname(
[in] BSTR newTagName
);
Parameters
theTagname
The current tagname of this object.
newTagName
The new tagname of this object. The object does not need to be checked out. The operation is immediate.