ActiveXModule.RemoteHost

Syntax

ActiveXModule.RemoteHost

Data Type

String

Specifies the name of the remote system.

Purpose

Specifies a remote system on which to create the object. Set the ActiveXModule.SpecifyHostByExpression property to True if the value of RemoteHost contains an expression. Otherwise, set the ActiveXModule.SpecifyHostByExpression property to False to indicate that this property contains a literal value.

Remarks

The module ignores this property when the ActiveXModule.CreateOption property specifies ActiveXCreate_AttachToActive or ActiveXCreate_DoNotCreate .

Note Leave this property empty to create the object on a local computer.

See Also

ActiveXModule.CreateOption

ActiveXModule.SpecifyHostByExpression