IAdmParameterOverrideOptions
The IAdmParameterOverrideOptions interface is used to specify options for overriding a parameter.
Inheritance: IUnknown
Properties
-
Property
-
Description
-
ParameterName
-
Gets or sets the name of the parameter to be overridden.
-
DefaultValue
-
Gets or sets the default parameter value.
-
Visible
-
Gets or sets a value indicating whether the parameter is visible.
Details
ParameterName
Gets or sets the name of the parameter to be overridden.
- Type:
- string
- Access:
- Read/Write
DefaultValue
Gets or sets the default parameter value.
- Type:
- Object
- Access:
- Read/Write
Visible
Gets or sets a value indicating whether the parameter is visible.
- Type:
- bool
- Access:
- Read/Write
Requirements
Minimum required version: 2018.1