'Declaration
<CanBeNullAttribute()> <ComVisibleAttribute(False)> Public Property TargetServerID As Nullable(Of Guid)
[CanBeNull()] [ComVisible(false)] public Nullable<Guid> TargetServerID {get; set;}
'Declaration
<CanBeNullAttribute()> <ComVisibleAttribute(False)> Public Property TargetServerID As Nullable(Of Guid)
[CanBeNull()] [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 action (when TargetComputer is not set).