Class ConfigPathAttribute
Assign config path to parent config file
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class ConfigPathAttribute : Attribute
- Inheritance
-
ConfigPathAttribute
- Inherited Members
Constructors
ConfigPathAttribute(string)
public ConfigPathAttribute(string path)
Parameters
pathstring
Properties
Path
public string Path { get; }