Alias Property
- Last UpdatedMar 23, 2018
- 1 minute read
Returns or sets the alias, or friendly name, of this object.
Class
IgObject
Syntax
[C#]
string Alias { set; get; };
[Visual C++]
[propget]
HRESULT Alias(
[out, retval] BSTR* theAlias
);
[propput]
HRESULT Alias(
[in] BSTR newAlias
);
Parameters
theAlias
The current alias of this object.
newAlias
The new alias of this object, or blank if there is no alias. The object does not need to be checked out. The operation is immediate.