Host property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the name of this object’s host.
Class
IInstance
Syntax
[C#]
string Host { set; get; };
[Visual C++]
// Retrieve the name of the Host for this object, or
// blank if unassigned.
HRESULT Host(
// The name of the Host for this object.
[out, retval] BSTR* theHost
);