# ClientOptions.md

## NAMESPACE

RASAdminEngine.Core.OutputModels.ClientRulesPolicy.ClientOptions

## DESCRIPTION

Client Options Policy

## INHERITED FROM

[RASSerilazableObj](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/rasserilazableobj.md)

⇒

ClientOptions

## INTERFACES

* ISerializable
* IComparable

## PUBLIC PROPERTIES

| Type                                                                                                                                                | Name         | Description                                     |
| --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ----------------------------------------------- |
| [ClientOptionsAdvancedSettings](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/clientoptionsadvancedsettings.md) | Advanced     | The Client Options Advanced policies.           |
| [Appearance](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/appearance.md)                                       | Appearance   | The Client Options appearance policy.           |
| [Connection](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/connection.md)                                       | Connection   | The Client Options connection policy.           |
| Boolean                                                                                                                                             | Enabled      | Whether Client Options policy is enabled or not |
| [Logging](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/logging.md)                                             | Logging      | The Client Options logging policy.              |
| [PCKeyboard](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/pckeyboard.md)                                       | PCKeyboard   | The Client Options PC Keyboard policy.          |
| [SingleSignOn](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/singlesignon.md)                                   | SingleSignOn | The Client Options Single-Sign-On policy.       |
| [Update](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/update.md)                                               | Update       | The Client Options update policy.               |

## PUBLIC METHODS

| Type        | Name                    | Description                                                                                                                                |
| ----------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Int32       | CompareTo (Object obj)  | Inherited from [RASSerilazableObj](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/rasserilazableobj.md) |
| Boolean     | Equals (Object obj)     | Inherited from [RASSerilazableObj](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/rasserilazableobj.md) |
| Int32       | GetHashCode ()          | Inherited from [RASSerilazableObj](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/rasserilazableobj.md) |
| Type        | GetType ()              | String                                                                                                                                     |
| ToString () | ### References to Types |                                                                                                                                            |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/clientoptions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
