---
title: name
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsproberesult/name
---

# name

The resource name, as found during the probe operation.

## Declaration

```swift
var name: String? { get }
```

## Discussion

Discussion This value is non-nil unless the result is ``FSMatchResult/notRecognized`. For formats that lack a name, this value may be an empty string. This value can also be an empty string if the format supports a name, but the value isn’t set yet.

## See Also

### Working with result properties

- [containerID](fskit/fsproberesult/containerid.md)
- [result](fskit/fsproberesult/result.md)
- [FSMatchResult](fskit/fsmatchresult.md)
