# SalStringContext

Namespace: **PPJ.Runtime**

Assembly: **PPJ.Web.49** (4.9.0.0)

Special SalString extension to support SalContextCurrent().

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

```csharp
public class SalStringContext : SalString
```

{% endtab %}

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

```visual-basic
Public Class SalStringContext
    Inherits SalString
```

{% endtab %}
{% endtabs %}

## Properties

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Context

[Object](https://docs.microsoft.com/en-us/dotnet/api/system.object): Returns the wrapped context object.

## Implements

| Name                                                                                        | Description                          |
| ------------------------------------------------------------------------------------------- | ------------------------------------ |
| [ISalType](https://docs.wisej.com/extensions/ppj.web.49/interfaces/ppj.runtime.isaltype.md) | Common base interface for Sal types. |
