[This is preliminary documentation and is subject to change.]
Decorates members that will be configured from supplied path and defaulted in case
the supplied path does not resolve to existing node
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ConfigAttribute(
string path,
Object defaultValue
)
public ConfigAttribute(
string path,
Object defaultValue
)
Public Sub New (
path As String,
defaultValue As Object
)
Public Sub New (
path As String,
defaultValue As Object
)
public:
ConfigAttribute(
String^ path,
Object^ defaultValue
)
public:
ConfigAttribute(
String^ path,
Object^ defaultValue
)
new :
path : string *
defaultValue : Object -> ConfigAttribute
new :
path : string *
defaultValue : Object -> ConfigAttribute