'Declaration
<ComVisibleAttribute(False)> Public Property TargetServerID As Nullable(Of Guid)
[ComVisible(false)] public Nullable<Guid> TargetServerID {get; set;}
'Declaration
<ComVisibleAttribute(False)> Public Property TargetServerID As Nullable(Of Guid)
[ComVisible(false)] public Nullable<Guid> TargetServerID {get; set;}
This value can be obtained from Scheduler.InstanceID in the session connected to the remote computer.
Do not set this value for a local condition (when TargetComputer is not set).