GetClientOSReport class

Inheritance hierarchy

System.Object
  InternalCommand
    Cmdlet
      PSCmdlet
        Microsoft.Exchange.Configuration.Tasks.Task
          ReportingTaskBase<ClientSoftwareOSSummaryReport>
            DateReportTaskBase<ClientSoftwareOSSummaryReport>
              TenantReportBase<ClientSoftwareOSSummaryReport>
                Microsoft.Exchange.Management.ReportingTask.TenantReport.GetClientOSReport

Namespace:  Microsoft.Exchange.Management.ReportingTask.TenantReport
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public NotInheritable Class GetClientOSReport _
    Inherits TenantReportBase(Of ClientSoftwareOSSummaryReport)
'Usage
Dim instance As GetClientOSReport
public sealed class GetClientOSReport : TenantReportBase<ClientSoftwareOSSummaryReport>

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.

See also

Reference

GetClientOSReport members

Microsoft.Exchange.Management.ReportingTask.TenantReport namespace