adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / TaskSubClasses Class / IsRestartComputerTask Property


In This Topic
    IsRestartComputerTask Property
    In This Topic
    Indicates whether this object is a RestartComputerTask
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsRestartComputerTask As Boolean
    public bool IsRestartComputerTask {get;}
    public:
    property bool IsRestartComputerTask {
       bool get();
    }
    See Also