# ClientProfile

Namespace: **Wisej.Core**

Assembly: **Wisej.Framework** (4.0.0.0)

Definition of the client device.

{% tabs %}
{% tab title="C#" %}

```csharp
public class ClientProfile
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class ClientProfile
```

{% endtab %}
{% endtabs %}

## Fields

| Name        | Type                                                                                               | Description                                                                                                                       |
| ----------- | -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| **Default** | [ClientProfile](https://docs.wisej.com/api/wisej.web/general/application/wisej.core.clientprofile) | Returns the default [ClientProfile](https://docs.wisej.com/api/wisej.web/general/application/wisej.core.clientprofile) singleton. |

## Properties

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Device

[String](https://docs.microsoft.com/dotnet/api/system.string): Device type.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Landscape

[Nullable\<Boolean>](https://docs.microsoft.com/dotnet/api/system.nullable-1): Device landscape mode.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) MaxScreenWidth

[Int32](https://docs.microsoft.com/dotnet/api/system.int32): Maximum screen width.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) MaxWidth

[Int32](https://docs.microsoft.com/dotnet/api/system.int32): Maximum browser width.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) MinScreenWidth

[Int32](https://docs.microsoft.com/dotnet/api/system.int32): Minimum screen width.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) MinWidth

[Int32](https://docs.microsoft.com/dotnet/api/system.int32): Minimum browser width.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Name

[String](https://docs.microsoft.com/dotnet/api/system.string): Name of the profile.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) UserAgent

[String](https://docs.microsoft.com/dotnet/api/system.string): User agent string.
