ConfigNode Value Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Retrieves node value or null. The value getter performs evaluation of variables, while setter sets the value verbatim

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public string Value { get; set; }

Property Value

Type: OnlineString

Implements

IConfigNode Value
See Also