# Sandbox.Package.AssetLicense

```csharp
string AssetLicense { get; set; }
```

The license covering this package's art/content assets, identified by name (e.g. "CC0",
"CC_BY"). Null when no license is specified. Matches `PackageLicense.Name` in the
license catalog, so it can be used to look up the full license details.

Declared in [Sandbox.Package](/api/Sandbox.Package).
Assembly: `Sandbox.Engine`.
