    

 ## On this page

  

 

 # Interface IHasName

 Last update: 16.07.2025 

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

```csharp
public interface IHasName

```

## Properties

### DisplayName

```csharp
string DisplayName { get; }

```

#### Property Value

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

### FullName

```csharp
string FullName { get; }

```

#### Property Value

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

### Name

```csharp
string Name { get; }

```

#### Property Value

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