adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RestartComputerTask Class / TargetComputer Property


In This Topic
    TargetComputer Property (RestartComputerTask)
    In This Topic
    The name of the computer to shut down/restart. Specify null or empty string to target the adTempus server.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property TargetComputer As String
    [CanBeNull()]
    public string TargetComputer {get; set;}
    [CanBeNull()]
    public:
    property String^ TargetComputer {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Job Variables are supported.
    See Also