    

 ## On this page

  

 

 # Interface IFileSupport

 Last update: 16.07.2025 

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

```csharp
public interface IFileSupport

```

## Properties

### FileName

```csharp
string FileName { get; set; }

```

#### Property Value

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

### Filter

```csharp
string Filter { get; set; }

```

#### Property Value

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