ConnectionParameter Properties

Properties

AvailableValues Gets the available values, e.g., when DataType is "Enum".
Category Gets the category of the parameter.
DataType Gets the basic type of the parameter.
DefaultValue Gets the default value of the parameter.
Description Gets the description of the parameter.
DisplayOrder Gets the display order for the parameter. Parameters with the same display order will be displayed in the same row. Lower values are displayed first.
ExpressionVariables Gets the names of variables that can be used within expressions.
IsPhasor Get the flag that indicates which which measurements to search for.
IsRequired Gets a flag that indicates if the parameter is required.
IsVisibleToUI Gets whether this parameter should be visible in the UI.
Label Gets or sets the label of the parameter.
LowerLimit Gets the lower limit for parameter value.
Name Gets the name of the parameter.
SupportedSignalTypes Get the array of supported signal types for this parameter.
ToggleVisibility Gets the toggle visibility settings for this parameter, if applicable.
UpperLimit Gets the upper limit for parameter value.
UseAlternateUI Gets a value indicating whether the application should use the alternate user interface form.
Value Gets or sets the parameter value.

See Also