The properties of System.Windows.Forms.Design.AxParameterData are listed below. For a list of all members, see the AxParameterData Members list.
See Also: Inherited members from System.Object
[read-only] | Direction | System.CodeDom.FieldDirection.
Indicates the direction of assignment fields. |
[read-only] | IsByRef | bool.
Indicates whether the parameter data is passed by reference. |
[read-only] | IsIn | bool.
Indicates whether the parameter data is in. |
[read-only] | IsOptional | bool.
Indicates whether the parameter data is optional. |
[read-only] | IsOut | bool.
Indicates whether the parameter data is out. |
Name | string.
Gets or sets the name of the parameter. | |
[read-only] | ParameterType | Type.
Gets the type expected by the parameter. |
[read-only] | TypeName | string.
Gets the name of the type expected by the parameter. |