TestOutlookWebServicesTask Class

Inheritance Hierarchy

System.Object
  InternalCommand
    Cmdlet
      PSCmdlet
        Microsoft.Exchange.Configuration.Tasks.Task
          Microsoft.Exchange.Management.SystemConfigurationTasks.TestOutlookWebServicesTask

Namespace:  Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
<CmdletAttribute("Test", "OutlookWebServices", SupportsShouldProcess := True)> _
Public NotInheritable Class TestOutlookWebServicesTask _
    Inherits Task
'Usage
Dim instance As TestOutlookWebServicesTask
[CmdletAttribute("Test", "OutlookWebServices", SupportsShouldProcess = true)]
public sealed class TestOutlookWebServicesTask : Task

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.