Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IFileNameResource.cs
1namespace Waher.Content
2{
6 public interface IFileNameResource
7 {
11 string FileName
12 {
13 get;
14 set;
15 }
16 }
17}
Basic interface for resources having a FileName property.
string FileName
Filename of resource.