# Sandbox.Services.PackageType.GetAssetLicenseOptions

```csharp
IReadOnlyList<System.ValueTuple`3<string,string,string>> GetAssetLicenseOptions()
```

Get asset license options as simple value types.
Useful for game/addon code that can't reference Sandbox.Services types directly.

### Returns

`IReadOnlyList<System.ValueTuple`3<string,string,string>>`

Declared in [Sandbox.Services.PackageType](/api/Sandbox.Services.PackageType).
Assembly: `Sandbox.Engine`.
