# Sandbox.Component.IsProxy

```csharp
bool IsProxy { get; set; }
```

True if this is a networked object and is owned by another client. This means that we're
not controlling this object, so shouldn't try to move it or anything.

Declared in [Sandbox.Component](/api/Sandbox.Component).
Assembly: `Sandbox.Engine`.
