Option Parameter(String, String) Constructor
Constructor for the String-valued parameter
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public OptionParameter(
string name,
string value
)VB
Public Sub New (
name As String,
value As String
)Parameters
Remarks
This constructor sets the ICapeIdentification.ComponentName of the
parameter. The parameter's value and default value are set to the value.