Class ConfigurationVariablePath
Inheritance
ConfigurationVariablePath
Assembly: Xareus.Scenarios.dll
Syntax
public class ConfigurationVariablePath : AFixedContextVariable
Constructors
ConfigurationVariablePath()
Declaration
public ConfigurationVariablePath()
ConfigurationVariablePath(string)
Declaration
public ConfigurationVariablePath(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Properties
Context
The context the Variable path refers to
Declaration
public override ContextType Context { get; }
Property Value
Overrides
Operators
implicit operator ConfigurationVariablePath(string)
implicit conversion from string
Declaration
public static implicit operator ConfigurationVariablePath(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns