Host property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns or sets the name of the host for this object, or blank if unassigned.
Class
IgObject
Syntax
[C#]
string Host { set; get; };
[Visual C++]
[propget]
HRESULT Host(
[out, retval] BSTR* theHost
);
[propput]
HRESULT Host(
[in] BSTR NewHost
);
Parameters
theHost
The current name of the host for this object.
NewHost
The new name of the host, or blank to unassign the object from its existing host.