# Result

> A property that provides access to the result of a completed Package Manager request operation.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.PackageManager.Requests](/engine/6000.7/script-reference/unityeditor/packagemanager/requests.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public T Result { get; }
```

### Remarks

* This value is available only upon completion of the request.
* If the request fails, the value is null.
* The type of result varies depending on the request type.
