# AppServicesSettings Class

### NAMESPACE

RASAdminEngine.Core.OutputModels.UserProfile.FSLogix

### DESCRIPTION

FSLogix App Services Settings

### INHERITED FROM

[RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html)⇒AppServicesSettings

### INTERFACES

* ISerializable
* IComparable

### PUBLIC PROPERTIES

| Type                                                                                                                                | Name                      | Description |                                                                            |
| ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------- | ----------- | -------------------------------------------------------------------------- |
| [EnableState](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/EnableState.html) | CleanupInvalidSessions    |             | Specifies the 'Cleanup invalid sessions'.                                  |
| [EnableState](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/EnableState.html) | RoamRecycleBin            |             | Specifies the 'Roam recycle bin'.                                          |
| Boolean                                                                                                                             | UseCleanupInvalidSessions |             | Specifies if the 'Cleanup invalid sessions' option is enabled or disabled. |
| Boolean                                                                                                                             | UseRoamRecycleBin         |             | Specifies if the 'Roam recycle bin' option is enabled or disabled.         |
| Boolean                                                                                                                             | UseVHDCompactDisk         |             | Specifies if the 'VHD compact disk' option is enabled or disabled.         |
| [EnableState](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/EnableState.html) | VHDCompactDisk            |             | Specifies the 'VHD compact disk'.                                          |

### PUBLIC METHODS

| Type    | Name                                                                                                                                                                 | Description                                                                                                                                                    |   |
| ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
| Int32   | CompareTo (Object obj)                                                                                                                                               | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Void    | CopyFrom ([AppServicesSettings](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/AppServicesSettings.html) other) |                                                                                                                                                                |   |
| Boolean | Equals (Object obj)                                                                                                                                                  | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Int32   | GetHashCode ()                                                                                                                                                       | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Type    | GetType ()                                                                                                                                                           |                                                                                                                                                                |   |
| String  | ToString ()                                                                                                                                                          |                                                                                                                                                                |   |
