Class ConfigParameter
Configuration information about a target parameter to be used in CodeFactory automation.
Implements
Inherited Members
Namespace: CodeFactory.WinVs.Commands
Assembly: CodeFactory.WinVs.dll
Syntax
public class ConfigParameter : IConfigGuidance
  Properties
Guidance
Instructions for what data is to go into the configuration.
Declaration
public string Guidance { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Name
Name of the parameter itself.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Value
The value that is assigned to the parameter.
Declaration
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |