Microsoft.UniversalPrintManagement.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.UniversalPrintManagement</name>
    </assembly>
    <members>
        <member name="T:Microsoft.UPManagement.Cmdlets.ConnectService">
            <summary>
            Cmdlet for connecting to UP service (with or w/o user interaction).
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.ConnectService.NonInteractiveParameterSetName">
            <summary>
            Parameter set when username and password are provided for non-interactive authentication.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.ConnectService.UserPrincipalName">
            <summary>
            Gets or sets upn to use for connecting to UP service.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.ConnectService.Password">
            <summary>
            Gets or sets the password to use in combination with username to connect to UP service without interaction.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.ConnectService.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.GetAllowedMember">
            <summary>
            Gets a list of users that have print access to a printer share.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetAllowedMember.ShareId">
            <summary>
            Gets or sets the id of the printer share.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetAllowedMember.UsersOnly">
            <summary>
            Gets or sets a value indicating whether to only return users.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetAllowedMember.GroupsOnly">
            <summary>
            Gets or sets a value indicating whether to only return groups.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetAllowedMember.Limit">
            <summary>
            Gets or sets the upper boud on number of results to return.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetAllowedMember.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetAllowedMember.GetAllowedPrintGroups">
            <summary>
            Sends a request to UP service to get a list of groups that have print access to the specified printer share.
            </summary>
            <returns>A list of <see cref="T:Microsoft.UPManagement.Models.Identity"/>.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetAllowedMember.GetAllowedPrintUsers">
            <summary>
            Sends a request to UP service to get a list of users that have print access to the specified printer share.
            </summary>
            <returns>A list of <see cref="T:Microsoft.UPManagement.Models.UserIdentity"/>.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetAllowedMember.CheckAndWarnAboutAllowAllFlagStatus">
            <summary>
            Fetches the AllowAllUsers flag on the corresponding printer share object and warns the user if it's active since it overrides list of allowed users/groups.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.GetConnector">
            <summary>
            Cmdlet for getting either a single or a list of connectors.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.GetConnector.SpecifiedConnectorParameterSet">
            <summary>
             the parameter name that will be set by the PowerShell sdk when a connectorId is provided by the user.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetConnector.ConnectorId">
            <summary>
            Gets or sets the id of the connector that will be retrieved (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetConnector.Limit">
            <summary>
            Gets or sets upper bounds number of results to return.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetConnector.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetConnector.GetAllConnectors(System.Int32)">
            <summary>
            Sends a request to UP service to retrieve all connectors.
            </summary>
            <param name="limit">Optional parameter to limit number of returned connectors.</param>
            <returns>A list of <see cref="T:Microsoft.UPManagement.Models.PrintConnector"/>.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetConnector.GetSingleConnector(System.String)">
            <summary>
            Makes a request ot UP service to a get a single connector that has a matching connector id.
            </summary>
            <param name="connectorId">id of the connector that will be retrieved.</param>
            <returns>A <see cref="T:Microsoft.UPManagement.Models.PrintConnector"/>.</returns>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.GetPrinter">
            <summary>
            Cmdlet for getting either a single or a list of printers.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.GetPrinter.SpecifiedPrinterParameterSet">
            <summary>
             the parameter name that will be set by the PowerShell sdk when a printerId is provided by the user.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetPrinter.PrinterId">
            <summary>
            Gets or sets the id of the printer that will be retrieved (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetPrinter.Limit">
            <summary>
            Gets or sets upper bounds number of results to return.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetPrinter.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetPrinter.GetAllPrinters(System.Int32)">
            <summary>
            Sends a request to UP service to retrieve all printers.
            </summary>
            <param name="limit">Optional parameter to limit number of returned printers.</param>
            <returns>A list of <see cref="T:Microsoft.UPManagement.Models.Printer"/>.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetPrinter.GetSinglePrinter(System.String)">
            <summary>
            Makes a request ot UP service to a get a single printer that has a matching printer id.
            </summary>
            <param name="printerId">id of the printer that will be retrieved.</param>
            <returns>A <see cref="T:Microsoft.UPManagement.Models.Printer"/>.</returns>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.GetPrinterShare">
            <summary>
            Cmdlet for getting either a single or a list of printer shares.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.GetPrinterShare.SpecifiedPrinterShareParameterSet">
            <summary>
             the parameter name that will be set by the PowerShell sdk when a shareId is provided by the user.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetPrinterShare.ShareId">
            <summary>
            Gets or sets the id of the printer share that will be retrieved (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetPrinterShare.Limit">
            <summary>
            Gets or sets upper bounds number of results to return.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetPrinterShare.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetPrinterShare.GetAllPrinterShares(System.Int32)">
            <summary>
            Sends a request to UP service to retrieve all printer shares.
            </summary>
            <param name="limit">Optional parameter to limit number of returned printer shares.</param>
            <returns>A list of <see cref="T:Microsoft.UPManagement.Models.PrinterShare"/>.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetPrinterShare.GetSinglePrinterShare(System.String)">
            <summary>
            Makes a request ot UP service to a get a single printer share that has a matching share id.
            </summary>
            <param name="shareId">id of the printer share that will be retrieved.</param>
            <returns>A <see cref="T:Microsoft.UPManagement.Models.PrinterShare"/>.</returns>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.GetPrintJob">
            <summary>
            Gets a list of active/recent print jobs of a specific printer.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.GetPrintJob.GetSpecificPrintJob">
            <summary>
             the parameter name that will be set by the PowerShell sdk when a jobId is provided by the user.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetPrintJob.PrinterId">
            <summary>
            Gets or sets the id of the printer.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetPrintJob.JobId">
            <summary>
            Gets or sets the id of the job (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetPrintJob.Limit">
            <summary>
            Gets or sets the upper boud on number of results to return.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetPrintJob.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetPrintJob.GetJobs(System.Int32)">
            <summary>
            Sends a request to UP service to get a list of print jobs from the specified printer.
            </summary>
            <param name="limit">Optional parameter for limiting number of returned results.</param>
            <returns>A list of <see cref="T:Microsoft.UPManagement.Models.PrintJob"/>.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetPrintJob.GetSingleJob">
            <summary>
            Sends a request to UP srevice to a specific print job from the specified printers.
            </summary>
            <returns>A <see cref="T:Microsoft.UPManagement.Models.PrintJob"/>.</returns>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.ReportType">
            <summary>
            Type of report to retrieve.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.ReportType.DailyUser">
            <summary>
            Retrieve daily print usage by users.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.ReportType.DailyPrinter">
            <summary>
            Retrieve daily print usage by printers.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.ReportType.MonthlyUser">
            <summary>
            Retrieve monthly print usage by users.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.ReportType.MonthlyPrinter">
            <summary>
            Retrieve monthly print usage by printers.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.GetUsageReport">
            <summary>
            Cmdlet for getting different print usage reports.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.GetUsageReport.SpecifiedReportIdParameterSet">
            <summary>
            Parameter set name when report id is provided.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.ReportType">
            <summary>
            Gets or sets the mandatory parameter that selects the report type to retrieve.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.StartDate">
            <summary>
            Gets or sets the optional parameter that filters out reports that pertain to print usages before this date.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.EndDate">
            <summary>
            Gets or sets the optional parameter that filters out reports that pertain to print usages after this date.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.ReportId">
            <summary>
            Gets or sets the optional parameter that for retrieving a specifc report.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.Limit">
            <summary>
            Gets or sets the optional parameter that limits number of returned reports (has no effect if report id is present).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.PrinterId">
            <summary>
            Gets the dynamic parameter which will be available when report type pertains to a printer. Can be provided to only retreive the specific printer reports.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GetUsageReport.UserPrincipalName">
            <summary>
            Gets the dynamic parameter which will be available when report type pertains to a user. Can be provided to only retreive the specific user reports.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetUsageReport.GetDynamicParameters">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetUsageReport.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetUsageReport.GetAllUserUsageReports">
            <summary>
            Get all user usage reports (will apply optional queries if they are provided).
            </summary>
            <returns>A list of <see cref="T:Microsoft.UPManagement.Models.UserPrintUsageSummary"/>.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetUsageReport.GetAllPrinterUsageReports">
            <summary>
            Get all printer usage reports (will apply optional queries if they are provided).
            </summary>
            <returns>A list of <see cref="T:Microsoft.UPManagement.Models.PrinterPrintUsageSummary"/>.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetUsageReport.GetSingleUserUsageReport(System.String)">
            <summary>
            Get a specific user usage report.
            </summary>
            <param name="userReportId">id of the report to retrieve.</param>
            <returns>A single <see cref="T:Microsoft.UPManagement.Models.UserPrintUsageSummary"/>.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GetUsageReport.GetSinglePrinterUsageReport(System.String)">
            <summary>
            Get a specific user usage report.
            </summary>
            <param name="printerReportId">id of the report to retrieve.</param>
            <returns>A single <see cref="T:Microsoft.UPManagement.Models.PrinterPrintUsageSummary"/>.</returns>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.GrantAccess">
            <summary>
            Gets a list of users that have print access to a printer share.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.GrantAccess.SpecifiedUserParameterSet">
            <summary>
             the parameter name that will be set by the PowerShell sdk when a UserId is provided by the user.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.GrantAccess.SpecifiedGroupParameterSet">
            <summary>
             the parameter name that will be set by the PowerShell sdk when a GroupId is provided by the user.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.GrantAccess.SpecifiedAllUsersParameterSet">
            <summary>
             the parameter name that will be set by the PowerShell sdk when AllowAllUsers access is requested by the user.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GrantAccess.ShareId">
            <summary>
            Gets or sets the id of the printer share.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GrantAccess.UserId">
            <summary>
            Gets or sets the id of the user.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GrantAccess.GroupId">
            <summary>
            Gets or sets the id of the group.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.GrantAccess.AllUsersAccess">
            <summary>
            Gets or sets a boolean for granting print access to all users in the organization.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GrantAccess.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GrantAccess.GrantUserAccess">
            <summary>
            Sends a request to UP service to grant print access on a printer share to a user.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GrantAccess.GrantGroupAccess">
            <summary>
            Sends a request to UP service to grant print access on a printer share to a group.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GrantAccess.GrantAllUserAccess">
            <summary>
            Sends a request to UP service to grant print access on a printer share to all users of the organization.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.GrantAccess.CheckAndWarnAboutAllowAllFlagStatus">
            <summary>
            Fetches the AllowAllUsers flag on the corresponding printer share object and warns the user if it's active since it overrides list of allowed users/groups.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.NewPrinterShare">
            <summary>
            Cmdlet for creating new printer shares.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.NewPrinterShare.PrinterId">
            <summary>
            Gets or sets ID of the printer that needs to be shared.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.NewPrinterShare.ShareName">
            <summary>
            Gets or sets the printer share name.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.NewPrinterShare.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.NewPrinterShare.CreateNewPrinterShare">
            <summary>
            Sends a request to UP service to create a new printer share.
            </summary>
            <returns>The created <see cref="T:Microsoft.UPManagement.Models.PrinterShare"/>.</returns>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.RemoveConnector">
            <summary>
            Cmdlet for unregistering connectors.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.RemoveConnector.ConnectorId">
            <summary>
            gets or sets ID of the connector that needs to be unregistered.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.RemoveConnector.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.RemoveConnector.RemoveConnectorFromUP">
            <summary>
            Make a request to UP service to unregister a specific connector.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.RemovePrinter">
            <summary>
            Cmdlet for unregistering printers.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.RemovePrinter.PrinterId">
            <summary>
            gets or sets ID of the printer that needs to be unregistered.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.RemovePrinter.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.RemovePrinter.RemovePrinterFromUP">
            <summary>
            Make a request to UP service to unregister a specific printer.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.RemovePrinterShare">
            <summary>
            Cmdlet for removing a printer share (i.e. unsharing a printer).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.RemovePrinterShare.ShareId">
            <summary>
            Gets or sets the id of the printer share.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.RemovePrinterShare.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.RemovePrinterShare.RemovePrinterShareByShareId">
            <summary>
            Sends a request to UP service to remove the printer share with the provided share id.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.RevokeAccess">
            <summary>
            Cmdlet for revoking print access from users or groups.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.RevokeAccess.ShareId">
            <summary>
            gets or sets ID of the printer share to which access will be revoked.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.RevokeAccess.UserId">
            <summary>
            gets or sets ID of the user which will lose print access.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.RevokeAccess.GroupId">
            <summary>
            gets or sets ID of the group which will lose print access.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.RevokeAccess.AllUsersAccess">
            <summary>
            Gets or sets a boolean for revoking AllUsers print access.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.RevokeAccess.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.RevokeAccess.RevokeUserAccess">
            <summary>
            Sends a request to UP service to revoke print access on a printer share from a user.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.RevokeAccess.RevokeGroupAccess">
            <summary>
            Sends a request to UP service to revoke print access on a printer share from a group.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.RevokeAccess.RevokeAllUsersAccess">
            <summary>
            Sends a request to UP service to revoke print access to a printer share from all users of the organization.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.RevokeAccess.CheckAndWarnAboutAllowAllFlagStatus">
            <summary>
            Fetches the AllowAllUsers flag on the corresponding printer share object and warns the user if it's active since it overrides list of allowed users/groups.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.SetConnectorProperty">
            <summary>
            Cmdlet for updating certain properties of a connector.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.UpdateLocationParameterSetName">
            <summary>
             the parameter name that will be set by the PowerShell sdk when any property that is related to the connector location is provided by the user.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.ConnectorId">
            <summary>
            Gets or sets the id of the connector that will be updated.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Name">
            <summary>
            Gets or sets a new name for the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Latitude">
            <summary>
            Gets or sets a latitude for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Longitude">
            <summary>
            Gets or sets a longitude for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.AltitudeInMeters">
            <summary>
            Gets or sets an alitude in meters for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.StreetAddress">
            <summary>
            Gets or sets a street address for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Subunit">
            <summary>
            Gets or sets a subunit (in form of a list) for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.City">
            <summary>
            Gets or sets a city for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.PostalCode">
            <summary>
            Gets or sets a postal code for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.CountryOrRegion">
            <summary>
            Gets or sets a country for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Site">
            <summary>
            Gets or sets a site name for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Building">
            <summary>
            Gets or sets a building name for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.FloorNumber">
            <summary>
            Gets or sets a floor number for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.FloorDescription">
            <summary>
            Gets or sets a floor description for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.RoomNumber">
            <summary>
            Gets or sets a room number for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.RoomDescription">
            <summary>
            Gets or sets a room description for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Organization">
            <summary>
            Gets or sets a hierarchical organization for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.Subdivision">
            <summary>
            Gets or sets a hierarchical subdivision for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.StateOrProvince">
            <summary>
            Gets or sets state or province for the location of the specified connector (optional).
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.SetConnectorProperty.UpdateConnectorProperties">
            <summary>
            Sends a request to UP service to update the specified connector.
            </summary>
            <returns>The updated <see cref="T:Microsoft.UPManagement.Models.PrintConnector"/>.</returns>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.SetPrinterProperty">
            <summary>
            Cmdlet for updating certain properties of a printer.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.UpdateLocationParameterSetName">
            <summary>
             the parameter name that will be set by the PowerShell sdk when any property that is related to the printer location is provided by the user.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.PrinterId">
            <summary>
            Gets or sets the id of the printer that will be updated.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Name">
            <summary>
            Gets or sets a new name for the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Latitude">
            <summary>
            Gets or sets a latitude for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Longitude">
            <summary>
            Gets or sets a longitude for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.AltitudeInMeters">
            <summary>
            Gets or sets an alitude in meters for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.StreetAddress">
            <summary>
            Gets or sets a street address for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Subunit">
            <summary>
            Gets or sets a subunit (in form of a list) for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.City">
            <summary>
            Gets or sets a city for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.PostalCode">
            <summary>
            Gets or sets a postal code for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.CountryOrRegion">
            <summary>
            Gets or sets a country for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Site">
            <summary>
            Gets or sets a site name for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Building">
            <summary>
            Gets or sets a building name for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.FloorNumber">
            <summary>
            Gets or sets a floor number for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.FloorDescription">
            <summary>
            Gets or sets a floor description for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.RoomNumber">
            <summary>
            Gets or sets a room number for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.RoomDescription">
            <summary>
            Gets or sets a room description for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Organization">
            <summary>
            Gets or sets a hierarchical organization for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.Subdivision">
            <summary>
            Gets or sets a hierarchical subdivision for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.StateOrProvince">
            <summary>
            Gets or sets state or province for the location of the specified printer (optional).
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.SetPrinterProperty.UpdatePrinterProperties">
            <summary>
            Sends a request to UP service to update the specified printer.
            </summary>
            <returns>The updated <see cref="T:Microsoft.UPManagement.Models.Printer"/>.</returns>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.SetPrinterShare">
            <summary>
            Cmdlet for updating a printer share.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterShare.ShareId">
            <summary>
            Gets or sets the id of the printer share that must be updated.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterShare.ShareName">
            <summary>
            Gets or sets the name for updating the specified printer share (optional).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.SetPrinterShare.TargetPrinterId">
            <summary>
            Gets or sets the id of the target printer that the specified printer share will point to.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.SetPrinterShare.ProcessRecord">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.SetPrinterShare.UpdatePrinterShare">
            <summary>
            Sends a request to UP service to update the specified printer share.
            </summary>
            <returns>The updated <see cref="T:Microsoft.UPManagement.Models.PrinterShare"/>.</returns>
        </member>
        <member name="T:Microsoft.UPManagement.Cmdlets.UPCmdletsBase">
            <summary>
            Base class for cmdlets that interact with Universal Print service.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.SwitchAccount">
            <summary>
            Gets or sets the flag that user can provide to enter credentials for a different account.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.GraphBaseUri">
            <summary>
            Gets the MS Graph base URI which is dependant on the target UP environment <see cref="P:Microsoft.UPManagement.Config.GraphBaseUri"/>.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.ConfirmFlagIsPresent">
            <summary>
            Cmdlets that have a destructive impact, should make a call to ShouldProcess to prompt the
             user for confirmation, however they should avoid the prompt if the user has passed the
             -Confirm flag.
            </summary>
            <returns>True if -Confirm flag is passed down to the cmdlet.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.GetPaginatedResultsFromGraph``1(System.String,System.String,System.Int32)">
            <summary>
            Helper generic method for paging results whenever a list of any type is request from UP service.
            </summary>
            <typeparam name="T">Type of object that is being listed.</typeparam>
            <param name="requestPath">Path for the request.</param>
            <param name="requestQuery">Optional parameter for querying results.</param>
            <param name="limit">Optional parameter for limiting upper bounds of results.</param>
            <returns>A list of define object type.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.NewHttpClient">
            <summary>
            Creats a new <see cref="T:System.Net.Http.HttpClient"/>. The use of this method enable mocking the client.
            </summary>
            <returns>A new <see cref="T:System.Net.Http.HttpClient"/>.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.GetFromGraph(System.String,System.String)">
            <summary>
            Make a GET request to MS Graph with a request path and query.
            </summary>
            <param name="requestPath">Path of the resource that will be retrieved.</param>
            <param name="requestQuery">Query to filter the returned resources.</param>
            <returns>The raw reponse content.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.GetFromGraph(System.String)">
            <summary>
            Make a GET request to MS Graph given query and path appended together.
            </summary>
            <param name="requestPathAndQuery">Resource path which may be appended by a query.</param>
            <returns>The raw reponse content.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.PostToGraph(System.String,Newtonsoft.Json.Linq.JObject)">
            <summary>
            Makes a POST call to MS Graph.
            </summary>
            <param name="requestPath">Resource path.</param>
            <param name="payload">Payload (i.e. body) for the POST request.</param>
            <returns>The raw reponse content.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.PatchToGraph(System.String,Newtonsoft.Json.Linq.JObject)">
            <summary>
            Makes a PATCH call to MS Graph.
            </summary>
            <param name="requestPath">Resource path.</param>
            <param name="payload">Payload (i.e. body) for the PATCH request.</param>
            <returns>The raw reponse content.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.DeleteFromGraph(System.String)">
            <summary>
            Makes a DELETE call to MS Graph.
            </summary>
            <param name="requestPath">Resource path.</param>
            <returns>The raw reponse content.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.SetRequestHeaderAndBaseUri(System.Net.Http.HttpClient)">
            <summary>
            Sets the http client base address, authorization header and content type.
            </summary>
            <param name="httpClient">The target http client that needs the headers and base address.</param>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.GetGraphAuthHeader">
            <summary>
            Makes a request to AAD to prompt the user for getting a token to authorize calls to MS Graph.
            </summary>
            <returns>The authorization header in form of "Bearer {token}".</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Cmdlets.UPCmdletsBase.AuthenticateWithGraph(System.String,System.Security.SecureString)">
            <summary>
            Gets and stores authentication for communication with UP Service (through MS Graph).
            </summary>
            <param name="userPrincipalName">Provide (in combination with password) to authenticate without interaction.</param>
            <param name="password">Provide (in combination with userName) to authenticate without interaction.</param>
            <returns>Auhtentication results.</returns>
        </member>
        <member name="T:Microsoft.UPManagement.Config">
            <summary>
            Static class for providing the endpoint for calling into UP service (based on the environment variable $env:UPTargetEnv).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Config.GraphBaseUri">
            <summary>
            Gets ir sets the URI that cmdlets should use for acessing UP service.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Config.IdaAuthority">
            <summary>
            Gets the authority for acquiring access tokens.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Config.IdaDefaultScopes">
            <summary>
            Gets the scopes that should be requested when getting an access token.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Config.IdaRedirectUri">
            <summary>
            Gets the redirect URI when requesting a token from <see cref="P:Microsoft.UPManagement.Config.IdaAuthority" />.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Config.IdaAudienceResource">
            <summary>
            Gets the audience resourcec when requesting a token from <see cref="P:Microsoft.UPManagement.Config.IdaAuthority" />.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Config.EqualsInv(System.String,System.String)">
            <summary>
            Alias for Culture Invariant, Ignore Case string comparison.
            </summary>
            <param name="s1">first string to compare.</param>
            <param name="s2">second string for comparison.</param>
            <returns>Whether s1 and s2 are equal (ignores case).</returns>
        </member>
        <member name="T:Microsoft.UPManagement.Common.EdmDateJsonConverter">
            <summary>
            Custon Json converter for serialization and deserialization of <see cref="T:Microsoft.UPManagement.Models.Date"/> type.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Common.EdmDateJsonConverter.CanConvert(System.Type)">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Common.EdmDateJsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Common.EdmDateJsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
            <inheritdoc/>
        </member>
        <member name="T:Microsoft.UPManagement.Common.Helpers">
            <summary>
            Static class for common functionalities of this moudle.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Common.Helpers.BuildLocationBody(System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Int32},System.String,System.String[],System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.String,System.String[],System.String[],System.String)">
            <summary>
            Builds a JSON object out of the provided location attributes.
            Note: this method allows setting any of the fields to null for clearing the field from service.
            </summary>
            <param name="latitude">Latitude.</param>
            <param name="longitude">Longitude.</param>
            <param name="altitudeInMeters">Altitude in meters.</param>
            <param name="streetAddress">Street address.</param>
            <param name="subunit">An array of hierarchical Subunits.</param>
            <param name="city">City.</param>
            <param name="countryOrRegion">Country or region.</param>
            <param name="postalCode">Postal code.</param>
            <param name="site">Site.</param>
            <param name="building">Building.</param>
            <param name="floorNumber">Floor Number.</param>
            <param name="floorDescription">Floor description.</param>
            <param name="roomNumber">Room number.</param>
            <param name="roomDescription">Room description.</param>
            <param name="organization">An array representing the hierarchical organization.</param>
            <param name="subdivision">An array of the hierarchical subdivisions.</param>
            <param name="stateOrProvince">State or province.</param>
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> representing the location.</returns>
        </member>
        <member name="T:Microsoft.UPManagement.CustomValidators.ValidateNullableRangeAttribute">
            <summary>
            Just like ValidateRangeAttribute, but it also allows nulls.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.CustomValidators.ValidateNullableRangeAttribute.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.UPManagement.CustomValidators.ValidateNullableRangeAttribute"/> class.
            </summary>
            <param name="minRange">Minimum acceptable value (inclusive).</param>
            <param name="maxRange">Maximum acceptable value (inclusive).</param>
        </member>
        <member name="M:Microsoft.UPManagement.CustomValidators.ValidateNullableRangeAttribute.Validate(System.Object,System.Management.Automation.EngineIntrinsics)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.UPManagement.DynamicParameters.PrinterIdDynamicParameter">
            <summary>
            Class for enabling dynamic parameter PrinterId (currently only used when getting printer usage reports).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.DynamicParameters.PrinterIdDynamicParameter.PrinterId">
            <summary>
            Gets or sets the id of a printer.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.DynamicParameters.UserPrincipalNameDynamicParameter">
            <summary>
            Class for enabling dynamic parameter UserPrincipalName (currently only used when getting user usage reports).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.DynamicParameters.UserPrincipalNameDynamicParameter.UserPrincipalName">
            <summary>
            Gets or sets the upn of user.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.ErrorHandling.ErrorResponseBody">
            <summary>
            Class for deserializing error responses from MS Graph.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.ErrorHandling.FailedCmdletException">
            <summary>
            Internal class for proper error handling according to PowerShell best practices.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.LocalizationResource">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.ConfirmActionGrantAllUserAccess">
            <summary>
              Looks up a localized string similar to Grant print access to all users of the organization..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.ConfirmActionGrantGroupAccessFormat">
            <summary>
              Looks up a localized string similar to Grant print acces to group with id of {0}.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.ConfirmActionGrantUserAccessFormat">
            <summary>
              Looks up a localized string similar to Grant print acces to user with id of {0}.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.ConfirmActionRevokeAllUserAccess">
            <summary>
              Looks up a localized string similar to Revoke print access from all users of the organization..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.ConfirmActionRevokeGroupAccessFormat">
            <summary>
              Looks up a localized string similar to Revoke print access from group with id of {0}.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.ConfirmActionRevokeUserAccessFormat">
            <summary>
              Looks up a localized string similar to Revoke print access from user with id of {0}.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.NeedEitherUserIdOrGroupIdError">
            <summary>
              Looks up a localized string similar to You need to provide either UserId or GroupId..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.NoConnectorPropertyProvidedError">
            <summary>
              Looks up a localized string similar to At least one property (aside from connector ID) must be provided for updating the connector..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.NoPrinterPropertyProvidedError">
            <summary>
              Looks up a localized string similar to At least one property (aside from printer ID) must be provided for updating the printer..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.SuccessfulDeletePrinterShareFormat">
            <summary>
              Looks up a localized string similar to Successfully deleted PrinterShare of id {0}..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.SuccessfullAuthenticationFormat">
            <summary>
              Looks up a localized string similar to Default user name is set to {0}. To switch accounts, use &apos;-{1}&apos; flag with any UP cmdlet..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.SuccessfulSwitchAccountFormat">
            <summary>
              Looks up a localized string similar to Successfully switched account to {0}..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.SuccessfulUnregisterConnectorFormat">
            <summary>
              Looks up a localized string similar to Successfully unregistered connector {0}..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.SuccessfulUnregisterPrinterFormat">
            <summary>
              Looks up a localized string similar to Successfully unregistered printer {0}..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.SuggestSwitchAccount">
            <summary>
              Looks up a localized string similar to It seems the current selected admin account cannot acceess Universal Print. You can use &apos;-SwitchAccount&apos; with any command to switch to a different account..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.UnknownAuthenticationError">
            <summary>
              Looks up a localized string similar to Unknown authentication error occured while trying to acquire a token..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.UnknownError">
            <summary>
              Looks up a localized string similar to Unknown error message.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.UserPrincipalNameFormatError">
            <summary>
              Looks up a localized string similar to Failed to parse user principal name. It should be in the format of &lt;username&gt;@&lt;tenant&gt;..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.ValidateRangeTooBigFormat">
            <summary>
              Looks up a localized string similar to Maximum valid value for this field is {0}, received value: {1}..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.ValidateRangeTooSmallFormat">
            <summary>
              Looks up a localized string similar to Minimum valid value for this field is {0}, received value: {1}..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.ValidationRangeElementTypeFormat">
            <summary>
              Looks up a localized string similar to Expecting element type of {0}, but the provided element type is {1}..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.WarningPrinterShareHasAllUsersAccessFormat">
            <summary>
              Looks up a localized string similar to Printer share {0} has been granted &apos;AllUsersAccess&apos; which overrides all other access policies..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.LocalizationResource.WarningRemovingPrinterShare">
            <summary>
              Looks up a localized string similar to Warning: Users will no longer be able to print to the shared printer..
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.Date">
            <summary>
            Class for serializing/deserializing Edm Date.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.Date.MinValue">
            <summary>
            Minimum possible value for Date.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.Date.MaxValue">
            <summary>
            Maximum possible value for Date.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.op_Implicit(Microsoft.UPManagement.Models.Date)~System.DateTime">
            <summary>
            Implements implicit conversion to <see cref="T:System.DateTime"/> class.
            </summary>
            <param name="operand">original Date to convert.</param>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.op_Implicit(System.DateTime)~Microsoft.UPManagement.Models.Date">
            <summary>
            Implements implicit conversion from <see cref="T:System.DateTime"/> class.
            </summary>
            <param name="operand">original DateTime to convert.</param>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.op_Equality(Microsoft.UPManagement.Models.Date,Microsoft.UPManagement.Models.Date)">
            <summary>
            Implements operator equals.
            </summary>
            <param name="firstOperand">first operand.</param>
            <param name="secondOperand">second operand.</param>
            <returns>A bool indicating result of comparison.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.op_Inequality(Microsoft.UPManagement.Models.Date,Microsoft.UPManagement.Models.Date)">
            <summary>
            Implements operator not equals.
            </summary>
            <param name="firstOperand">first operand.</param>
            <param name="secondOperand">second operand.</param>
            <returns>A bool indicating result of comparison.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.op_LessThan(Microsoft.UPManagement.Models.Date,Microsoft.UPManagement.Models.Date)">
            <summary>
            Implements operator less than.
            </summary>
            <param name="firstOperand">first operand.</param>
            <param name="secondOperand">second operand.</param>
            <returns>A bool indicating result of comparison.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.op_LessThanOrEqual(Microsoft.UPManagement.Models.Date,Microsoft.UPManagement.Models.Date)">
            <summary>
            Implements operator less than or equal.
            </summary>
            <param name="firstOperand">first operand.</param>
            <param name="secondOperand">second operand.</param>
            <returns>A bool indicating result of comparison.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.op_GreaterThan(Microsoft.UPManagement.Models.Date,Microsoft.UPManagement.Models.Date)">
            <summary>
            Implements operator greater than.
            </summary>
            <param name="firstOperand">first operand.</param>
            <param name="secondOperand">second operand.</param>
            <returns>A bool indicating result of comparison.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.op_GreaterThanOrEqual(Microsoft.UPManagement.Models.Date,Microsoft.UPManagement.Models.Date)">
            <summary>
            Implements operator greater than or equal.
            </summary>
            <param name="firstOperand">first operand.</param>
            <param name="secondOperand">second operand.</param>
            <returns>A bool indicating result of comparison.</returns>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.ToString">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.Equals(System.Object)">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.CompareTo(System.Object)">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.CompareTo(Microsoft.UPManagement.Models.Date)">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.Equals(Microsoft.UPManagement.Models.Date)">
            <inheritdoc/>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Date.GetHashCode">
            <inheritdoc/>
        </member>
        <member name="T:Microsoft.UPManagement.Models.Identity">
            <summary>
            Class for serializing/deserializing general graph identity.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Identity.Id">
            <summary>
            Gets or sets identity's unique id.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Identity.DisplayName">
            <summary>
            Gets or sets identity's display name.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.IntegerRange">
            <summary>
            Class for deserializing integer range.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.IntegerRange.Start">
            <summary>
            Gets or sets start of the range.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.IntegerRange.End">
            <summary>
            Gets or sets end of the range.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.IntegerRange.Minumum">
            <summary>
            Gets or sets minimum of the range (deprecated).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.IntegerRange.Maximum">
            <summary>
            Gets or sets maximum of the range (deprecated).
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.IdentityType">
            <summary>
            Enum to distinct users from groups.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.IdentityType.User">
            <summary>
            A user type of member
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.IdentityType.Group">
            <summary>
            A group type of member
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.Member">
            <summary>
            Wrapper class to extend graph genenral identity with a <see cref="T:Microsoft.UPManagement.Models.IdentityType"/>.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Member.#ctor(Microsoft.UPManagement.Models.Identity,Microsoft.UPManagement.Models.IdentityType)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.UPManagement.Models.Member"/> class.
            </summary>
            <param name="identity">original identity.</param>
            <param name="type">type of the identity.</param>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Member.#ctor(Microsoft.UPManagement.Models.UserIdentity)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.UPManagement.Models.Member"/> class.
            </summary>
            <param name="identity">original identity.</param>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Member.Type">
            <summary>
            Gets or sets the <see cref="T:Microsoft.UPManagement.Models.IdentityType"/> of the member.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Member.DisplayName">
            <summary>
            Gets or sets the display name of the member.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Member.Id">
            <summary>
            Gets or sets the id of member.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintColorConfiguration">
            <summary>
            Class for deserializing color confiugration.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintColorConfiguration.BlackAndWhite">
            <summary>
            BlackAndWhite color.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintColorConfiguration.Grayscale">
            <summary>
            Grayscale color.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintColorConfiguration.Color">
            <summary>
            Color color.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintColorConfiguration.Auto">
            <summary>
            Auto color.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintColorMode">
            <summary>
            Enum for deserializing print color mode.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintColorMode.BlackAndWhite">
            <summary>
            Black and white color mode.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintColorMode.Grayscale">
            <summary>
            Gray scale color mode.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintColorMode.Color">
            <summary>
            Colored.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintColorMode.Auto">
            <summary>
            Auto color mode.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintConnector">
            <summary>
            Class for deserializing connector.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintConnector.Id">
            <summary>
            Gets or sets connector id.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintConnector.Name">
            <summary>
            Gets or sets connector name.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintConnector.FullyQualifiedDomainName">
            <summary>
            Gets or sets .
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintConnector.OperatingSystem">
            <summary>
            Gets or sets os of connector's host.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintConnector.AppVersion">
            <summary>
            Gets or sets connector app version.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintConnector.RegisteredBy">
            <summary>
            Gets or sets connector's registered by.
            Currently ignored as it contains PII.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintConnector.RegisteredDateTime">
            <summary>
            Gets or sets connector's registered date time.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintConnector.Location">
            <summary>
            Gets or sets connector's location.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintDocument">
            <summary>
            Class for deserializing print document.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintDocument.Id">
            <summary>
            Gets or sets document's id.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintDocument.DisplayName">
            <summary>
            Gets or sets document's display name.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintDocument.ContentType">
            <summary>
            Gets or sets document's content type.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintDocument.Size">
            <summary>
            Gets or sets document's size.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Models.PrintDocument.ToString">
            <inheritdoc/>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintDuplexConfiguration">
            <summary>
            Enum for deserializing duplex configuration.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintDuplexConfiguration.TwoSidedLongEdge">
            <summary>
            Two sided long edge configuration.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintDuplexConfiguration.TwoSidedShortEdge">
            <summary>
            Two sided short edge configuration.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintDuplexConfiguration.OneSided">
            <summary>
            One sided configuration.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintDuplexMode">
            <summary>
            Enum for deserializing print duplex mode.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintDuplexMode.FlipOnLongEdge">
            <summary>
            Flip on the long edge.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintDuplexMode.FlipOnShortEdge">
            <summary>
            Flip on the short edge.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintDuplexMode.OneSided">
            <summary>
            One sided.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.Printer">
            <summary>
            Class for deserializing printer.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Printer.PrinterId">
            <summary>
            Gets or sets printer id.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Printer.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Printer.Manufacturer">
            <summary>
            Gets or sets manufacturer.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Printer.Model">
            <summary>
            Gets or sets model.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Printer.RegisteredDateTime">
            <summary>
            Gets or sets registered date time.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Printer.Status">
            <summary>
            Gets or sets printer status.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Printer.Capabilities">
            <summary>
            Gets or sets printer capabilities.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Printer.IsShared">
            <summary>
            Gets or sets a value indicating whether printer is shared.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Printer.Location">
            <summary>
            Gets or sets printer location.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Printer.Jobs">
            <summary>
            Gets or sets printer jobs.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Printer.Share">
            <summary>
            Gets or sets printer share (only if printer is shared).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.Printer.Connectors">
            <summary>
            Gets or sets connector(s) that are making this printer available to UP.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Models.Printer.ToString">
            <inheritdoc/>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrinterCapabilities">
            <summary>
            Class for deserializing printer capabilities.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.ContentTypes">
            <summary>
            Gets or sets list of content types.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.FeedDirections">
            <summary>
            Gets or sets list of printer feed directions.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.IsPageRangeSupported">
            <summary>
            Gets or sets a value indicating whether page-range is supported.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.Qualities">
            <summary>
            Gets or sets list of supported print qualities.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.Dpis">
            <summary>
            Gets or sets list of supported dpis.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.DuplexModes">
            <summary>
            Gets or sets list of supported duplex modes.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.CopiesPerJob">
            <summary>
            Gets or sets range of copies per job.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.Finishings">
            <summary>
            Gets or sets list of supported print finishing.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.MediaColors">
            <summary>
            Gets or sets list of supported media colors.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.MediaTypes">
            <summary>
            Gets or sets list of supported media types.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.MediaSizes">
            <summary>
            Gets or sets list of supported media sizes.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.PagesPerSheet">
            <summary>
            Gets or sets list of supported number of pages per sheet.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.Orientations">
            <summary>
            Gets or sets list of supported print orientations.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.OutputBins">
            <summary>
            Gets or sets list of output bin names.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.MultipageLayouts">
            <summary>
            Gets or sets list of multipage print layouts.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.ColorModes">
            <summary>
            Gets or sets list of supported color modes.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.InputBins">
            <summary>
            Gets or sets list of input bin names.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.TopMargins">
            <summary>
            Gets or sets list of numbers corresponding to top margins.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.BottomMargins">
            <summary>
            Gets or sets list of numbers corresponding to bottom margins.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.RightMargins">
            <summary>
            Gets or sets list of numbers corresponding to right margins.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.LeftMargins">
            <summary>
            Gets or sets list of numbers corresponding to left margins.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.Collation">
            <summary>
            Gets or sets a value indicating whether collation is supproted.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.Scalings">
            <summary>
            Gets or sets list of supported print scalings.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.IsColorPrintingSupported">
            <summary>
            Gets or sets a value indicating whether color printing is supported.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportsFitPdfToPage">
            <summary>
            Gets or sets a value indicating whether printer support fit pdf to page.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedCopiesPerJob">
            <summary>
            Gets or sets range of supported copies per job.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedDocumentMimeTypes">
            <summary>
            Gets or sets list of supported document mime types.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedFinishings">
            <summary>
            Gets or sets list of supported finishings.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedMediaColors">
            <summary>
            Gets or sets list of supported meida colors.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedMediaTypes">
            <summary>
            Gets or sets list of supported media types.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedDuplexConfigurations">
            <summary>
            Gets or sets list of supported duplex configurations.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedMediaSizes">
            <summary>
            Gets or sets list of supported media sizes.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedPagesPerSheet">
            <summary>
            Gets or sets range of supported pages per sheet.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedOrientations">
            <summary>
            Gets or sets list of supported print orientations.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedOutputBins">
            <summary>
            Gets or sets list of supported output bins.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedPresentationDirections">
            <summary>
            Gets or sets list of supported presentation directions.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedColorConfigurations">
            <summary>
            Gets or sets list of supported color configurations.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterCapabilities.SupportedPrintQualities">
            <summary>
            Gets or sets list of supported print qualities.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrinterDocumentConfiguration">
            <summary>
            Class for deserializing print document configuration.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.PageRanges">
            <summary>
            Gets or sets document's pageRanges.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.Quality">
            <summary>
            Gets or sets document's quality.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.Dpi">
            <summary>
            Gets or sets document's dpi.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.FeedDirection">
            <summary>
            Gets or sets document's feedDirection.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.Orientation">
            <summary>
            Gets or sets document's orientation.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.DuplexMode">
            <summary>
            Gets or sets document's duplexMode.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.Copies">
            <summary>
            Gets or sets document's copies.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.ColorMode">
            <summary>
            Gets or sets document's colorMode.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.InputBin">
            <summary>
            Gets or sets document's inputBin.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.OutputBin">
            <summary>
            Gets or sets document's outputBin.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.MediaSize">
            <summary>
            Gets or sets document's mediaSize.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.Margin">
            <summary>
            Gets or sets document's margin.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.MediaType">
            <summary>
            Gets or sets document's mediaType.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.Finishings">
            <summary>
            Gets or sets document's finishings.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.PagesPerSheet">
            <summary>
            Gets or sets document's pagesPerSheet.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.MultipageLayout">
            <summary>
            Gets or sets document's multipageLayout.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.Collate">
            <summary>
            Gets or sets a value indicating whether document should be collated.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.Scaling">
            <summary>
            Gets or sets document's scaling.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterDocumentConfiguration.FitPdfToPage">
            <summary>
            Gets or sets a value indicating whether printer should fit PDF document to page.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrinterFeedDirection">
            <summary>
            Enum for deserializing printer feed direction.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterFeedDirection.LongEdgeFirst">
            <summary>
            Long edge first direction.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterFeedDirection.ShortEdgeFirst">
            <summary>
            Shorge edge first direction.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrinterLocation">
            <summary>
            Class for serializing/deserializing printer location.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Latitude">
            <summary>
            Gets or sets latitude.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Longitude">
            <summary>
            Gets or sets longitude.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.AltitudeInMeters">
            <summary>
            Gets or sets altitude.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.StreetAddress">
            <summary>
            Gets or sets street address.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Subunit">
            <summary>
            Gets or sets sub unit (hiararchical).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.City">
            <summary>
            Gets or sets city.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.PostalCode">
            <summary>
            Gets or sets postal code.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.CountryOrRegion">
            <summary>
            Gets or sets country or region.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Site">
            <summary>
            Gets or sets site.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Building">
            <summary>
            Gets or sets building.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.FloorNumber">
            <summary>
            Gets or sets floor number.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.FloorDescription">
            <summary>
            Gets or sets floor description.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.RoomNumber">
            <summary>
            Gets or sets room number.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.RoomDescription">
            <summary>
            Gets or sets room description.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Organization">
            <summary>
            Gets or sets organizaion (hiararchical).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.Subdivision">
            <summary>
            Gets or sets sub division (hiararchical).
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterLocation.StateOrProvince">
            <summary>
            Gets or sets state or province.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrinterPrintUsageSummary">
            <summary>
            Class for deserializing printers usage reports.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterPrintUsageSummary.PrinterId">
            <summary>
            Gets or sets printer's identifier.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrinterProcessingState">
            <summary>
            Enum for deserializing printer processing state.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingState.Unknown">
            <summary>
            unknown state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingState.Idle">
            <summary>
            idle state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingState.Processing">
            <summary>
            processing state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingState.Stopped">
            <summary>
            stopped state
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrinterProcessingStateReason">
            <summary>
            Enum for deserializing printer processing state reason.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.Other">
            <summary>
            other state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.None">
            <summary>
            none state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.MediaNeeded">
            <summary>
            media needed state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.MediaJam">
            <summary>
            jammed media state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.MovingToPaused">
            <summary>
            moving to paused state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.Paused">
            <summary>
            paused state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.Shutdown">
            <summary>
            shutdown state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.ConnectingToDevice">
            <summary>
            connecting to device state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.TimedOut">
            <summary>
            timed out state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.Stopping">
            <summary>
            stopping state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.StoppedPartially">
            <summary>
            stopped partially state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.TonerLow">
            <summary>
            toner low state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.TonerEmpty">
            <summary>
            toner empty state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.SpoolAreaFull">
            <summary>
            spool area full state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.CoverOpen">
            <summary>
            cover open state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.InterlockOpen">
            <summary>
            interlock open state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.DoorOpen">
            <summary>
            door open state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.InputTrayMissing">
            <summary>
            input tray missing state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.MediaLow">
            <summary>
            low on media state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.MediaEmpty">
            <summary>
            media empty state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.OutputTrayMissing">
            <summary>
            output tray missing state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.OutputAreaAlmostFull">
            <summary>
            output area almost full state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.OutputAreaFull">
            <summary>
            output area full state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.MarkerSupplyLow">
            <summary>
            marker supply low state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.MarkerSupplyEmpty">
            <summary>
            marker supply empty state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.MarkerWasteAlmostFull">
            <summary>
            state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.MarkerWasteFull">
            <summary>
            marker waste full state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.FuserOverTemp">
            <summary>
            fuser over temp state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.FuserUnderTemp">
            <summary>
            fuser under temp state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.OpticalPhotoConductorNearEndOfLife">
            <summary>
            optical photo conductor near end of life state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.OpticalPhotoConductorLifeOver">
            <summary>
            optical photo conductor life over state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.DeveloperLow">
            <summary>
            developer low state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.DeveloperEmpty">
            <summary>
            developer empty state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.Disconnected">
            <summary>
            DEPRECATED - needs to be supported until this value is wiped from substrate
            disconnected state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.QueueFull">
            <summary>
            DEPRECATED - needs to be supported until this value is wiped from substrate
            queueFull state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrinterProcessingStateReason.OutputAlmostFull">
            <summary>
            DEPRECATED - needs to be supported until this value is wiped from substrate
            output almost full state
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrinterShare">
            <summary>
            Class for deserializing printer share.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterShare.ShareId">
            <summary>
            Gets or sets printer share id.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterShare.ShareName">
            <summary>
            Gets or sets share name.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterShare.CreatedDateTime">
            <summary>
            Gets or sets share creation time.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterShare.AllowAllUsers">
            <summary>
            Gets or sets a value indicating whether all users have print access.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterShare.Printer">
            <summary>
            Gets or sets <see cref="P:Microsoft.UPManagement.Models.PrinterShare.Printer"/> corresponding to this share.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Models.PrinterShare.ToString">
            <inheritdoc/>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrinterStatus">
            <summary>
            Class for deserializing printer status.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterStatus.ProcessingState">
            <summary>
            Gets or sets printer processing state.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterStatus.ProcessingStateReasons">
            <summary>
            Gets or sets printer processing state reasons..
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrinterStatus.ProcessingStateDescription">
            <summary>
            Gets or sets printer processing state description.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintFinishing">
            <summary>
            Enum for deserializing print finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.None">
            <summary>
            No finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.Staple">
            <summary>
            Staple finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.Punch">
            <summary>
            Punch finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.Cover">
            <summary>
            Cover finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.Bind">
            <summary>
            Bind finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.SaddleStitch">
            <summary>
            Saddle stitch finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.EdgeStitch">
            <summary>
            Stitch Edge finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StapleTopLeft">
            <summary>
            Staple top left finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StapleBottomLeft">
            <summary>
            Staple to bottom left finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StapleTopRight">
            <summary>
            Staple top right finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StapleBottomRight">
            <summary>
            Staple bottom right finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.EdgeStitchLeft">
            <summary>
            Stitch left edge finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.EdgeStitchTop">
            <summary>
            Stitch top edge finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.EdgeStitchRight">
            <summary>
            Stitch right edge finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.EdgeStitchBottom">
            <summary>
            Stitch bottom edge finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StapleDualLeft">
            <summary>
            Dual staple on left finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StapleDualTop">
            <summary>
            Dual staple on top finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StapleDualRight">
            <summary>
            Dual staple on right finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StapleDualBottom">
            <summary>
            Dual staple on bottom finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StitchEdge">
            <summary>
            stitch on the edge finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StitchLeftEdge">
            <summary>
            stitch on the left edge finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StitchTopEdge">
            <summary>
            stitch on the top edge finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StitchRightEdge">
            <summary>
            stitch on the right edge finishing.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintFinishing.StitchBottomEdge">
            <summary>
            stitch on the bottom edge finishing.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintJob">
            <summary>
            Class for deserializing print job.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintJob.Id">
            <summary>
            Gets or sets job id.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintJob.CreatedDateTime">
            <summary>
            Gets or sets job creation time.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintJob.Status">
            <summary>
            Gets or sets job status.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintJob.CreatedBy">
            <summary>
            Gets or sets job owner.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintJob.Documents">
            <summary>
            Gets or sets job documents.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintJobProcessingState">
            <summary>
            Enum for deserializing print job processing state.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintJobProcessingState.Unknown">
            <summary>
            Unknown state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintJobProcessingState.Pending">
            <summary>
            Pending state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintJobProcessingState.PendingHeld">
            <summary>
            Pending held state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintJobProcessingState.Processing">
            <summary>
            Processing state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintJobProcessingState.Paused">
            <summary>
            Paused state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintJobProcessingState.Stopped">
            <summary>
            Stopped state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintJobProcessingState.Completed">
            <summary>
            Completed state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintJobProcessingState.Canceled">
            <summary>
            Canceled state
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintJobProcessingState.Aborted">
            <summary>
            Aborted state
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintJobStatus">
            <summary>
            Class for deserializing users print print job status.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintJobStatus.ProcessingState">
            <summary>
            Gets or sets job processing state.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintJobStatus.ProcessingStateDescription">
            <summary>
            Gets or sets job processing state description.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintJobStatus.AcquiredByPrinter">
            <summary>
            Gets or sets a value indicating whether job has been fetched by a printer.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintMargin">
            <summary>
            Class for deserializing print margin.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintMargin.Top">
            <summary>
            Gets or sets margin.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintMargin.Bottom">
            <summary>
            Gets or sets margin.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintMargin.Right">
            <summary>
            Gets or sets margin.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintMargin.Left">
            <summary>
            Gets or sets margin.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintMediaType">
            <summary>
            Enum for deserializing print media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.Stationery">
            <summary>
            Stationery media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.Transparency">
            <summary>
            Transparency media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.Envelope">
            <summary>
            Envelope media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.EnvelopePlain">
            <summary>
            EnvelopePlain media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.Continuous">
            <summary>
            Continuous media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.Screen">
            <summary>
            Screen media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.ScreenPaged">
            <summary>
            Screen paged media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.ContinuousLong">
            <summary>
            Continuous long media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.ContinuousShort">
            <summary>
            Continuous short media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.EnvelopeWindow">
            <summary>
            Envelope window media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.MultiPartForm">
            <summary>
            Multi part form media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.MultiLayer">
            <summary>
            Multi layer media type.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMediaType.Labels">
            <summary>
            Labels media type.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintMultipageLayout">
            <summary>
            Enum for deserializing multipage print layout.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMultipageLayout.ClockwiseFromTopLeft">
            <summary>
            clockwise multipage layout.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMultipageLayout.CounterclockwiseFromTopLeft">
            <summary>
            clockwise multipage layout.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMultipageLayout.CounterclockwiseFromTopRight">
            <summary>
            clockwise multipage layout.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMultipageLayout.ClockwiseFromTopRight">
            <summary>
            clockwise multipage layout.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMultipageLayout.CounterclockwiseFromBottomLeft">
            <summary>
            clockwise multipage layout.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMultipageLayout.ClockwiseFromBottomLeft">
            <summary>
            clockwise multipage layout.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMultipageLayout.CounterclockwiseFromBottomRight">
            <summary>
            clockwise multipage layout.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintMultipageLayout.ClockwiseFromBottomRight">
            <summary>
            clockwise multipage layout.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintOrientation">
            <summary>
            Class for deserializing print orientation.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintOrientation.Portrait">
            <summary>
            Portrait orientation.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintOrientation.Landscape">
            <summary>
            Landscape orientation.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintOrientation.ReverseLandscape">
            <summary>
            ReverseLandscape orientation.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintOrientation.ReversePortrait">
            <summary>
            ReversePortrait orientation.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintPresentationDirection">
            <summary>
            Class for deserializing presentation direction.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintPresentationDirection.ClockwiseFromTopLeft">
            <summary>
            ClockwiseFromTopLeft direction.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintPresentationDirection.CounterClockwiseFromTopLeft">
            <summary>
            CounterClockwiseFromTopLeft direction.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintPresentationDirection.CounterClockwiseFromTopRight">
            <summary>
            CounterClockwiseFromTopRight direction.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintPresentationDirection.ClockwiseFromTopRight">
            <summary>
            ClockwiseFromTopRight direction.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintPresentationDirection.CounterClockwiseFromBottomLeft">
            <summary>
            CounterClockwiseFromBottomLeft direction.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintPresentationDirection.ClockwiseFromBottomLeft">
            <summary>
            ClockwiseFromBottomLeft direction.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintPresentationDirection.CounterClockwiseFromBottomRight">
            <summary>
            CounterClockwiseFromBottomRight direction.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintPresentationDirection.ClockwiseFromBottomRight">
            <summary>
            ClockwiseFromBottomRight direction.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintQuality">
            <summary>
            Class for deserializing print quality.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintQuality.Low">
            <summary>
            Low quality.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintQuality.Medium">
            <summary>
            Medium quality.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintQuality.High">
            <summary>
            High quality.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintScaling">
            <summary>
            Enum for deserializing printer feed direction.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintScaling.Auto">
            <summary>
            Auto scaling
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintScaling.ShrinkToFit">
            <summary>
            Shrink to fit page scaling.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintScaling.Fill">
            <summary>
            Fill page scaling.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintScaling.Fit">
            <summary>
            Fit to page scaling.
            </summary>
        </member>
        <member name="F:Microsoft.UPManagement.Models.PrintScaling.None">
            <summary>
            No scaling.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.PrintUsageSummaryBase">
            <summary>
            Base class for deserializing print usage summaries.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintUsageSummaryBase.Id">
            <summary>
            Gets or sets the id of report.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintUsageSummaryBase.CompletedBlackAndWhiteJobCount">
            <summary>
            Gets or sets count of completed black and white print jobs.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintUsageSummaryBase.CompletedColorJobCount">
            <summary>
            Gets or sets count of completed color print jobs.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintUsageSummaryBase.IncompleteJobCount">
            <summary>
            Gets or sets count of incomplete print jobs.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintUsageSummaryBase.UsageDate">
            <summary>
            Gets or sets the date of usage that report pertains to.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintUsageSummaryBase.PageCount">
            <summary>
            Gets or sets total page count of completed print jobs.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintUsageSummaryBase.BlackAndWhitePageCount">
            <summary>
            Gets or sets total page count of completed black and white print jobs.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.PrintUsageSummaryBase.ColorPageCount">
            <summary>
            Gets or sets total page count of completed color print jobs.
            </summary>
        </member>
        <member name="T:Microsoft.UPManagement.Models.UserIdentity">
            <summary>
            Class for deserializing user identity.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.UserIdentity.IpAddress">
            <summary>
            Gets or sets user's ip address.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.UserIdentity.UserPrincipalName">
            <summary>
            Gets or sets UPN.
            </summary>
        </member>
        <member name="M:Microsoft.UPManagement.Models.UserIdentity.ToString">
            <inheritdoc/>
        </member>
        <member name="T:Microsoft.UPManagement.Models.UserPrintUsageSummary">
            <summary>
            Class for deserializing users print usage reports.
            </summary>
        </member>
        <member name="P:Microsoft.UPManagement.Models.UserPrintUsageSummary.UserPrincipalName">
            <summary>
            Gets or sets UPN.
            </summary>
        </member>
    </members>
</doc>