# Sandbox.Package.IRevision.Manifest

```csharp
ManifestSchema Manifest { get; set; }
```

Manifest of the revision, describing what files are available. For this to be available
you should call DownloadManifestAsync first.

Declared in [Sandbox.Package.IRevision](/api/Sandbox.Package.IRevision).
Assembly: `Sandbox.Engine`.
