    

 ## On this page

  

 

 # Interface IHasParent

 Last update: 16.07.2025 

Namespace: [VM](VM.md)  
Assembly: VM.dll

```csharp
public interface IHasParent

```

## Properties

### Parent

```csharp
object Parent { get; }

```

#### Property Value

[object](https://learn.microsoft.com/dotnet/api/system.object)