# Sandbox.Package.FullIdent

```csharp
string FullIdent { get; set; }
```

Full unique identity of this package. Cached against the org and ident it was
built from, so it's only formatted when they change.

Declared in [Sandbox.Package](/api/Sandbox.Package).
Assembly: `Sandbox.Engine`.
