# IPackage2

> Namespace: XPlat.ApplicationModel

Provides information about a package.

```csharp
public interface IPackage2
```

## Supported platforms

| Platform        | Version    |
| --------------- | ---------- |
| .NET Standard   | 2.0        |
| Xamarin.Android | 9.0        |
| Xamarin.iOS     | 1.0        |
| UWP             | 10.0.16299 |

## Properties

### DisplayName

Gets the display name of the package.

```csharp
string DisplayName { get; }
```

### Logo

Gets the logo of the package.

```csharp
Uri Logo { get; }
```

### IsDevelopmentMode

Indicates whether the package is installed in development mode.

```csharp
bool IsDevelopmentMode { get; }
```

## Related information

### References

[Package - Microsoft Docs](https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.package)
