System.Windows.Forms.Design.AxParameterData: Property Members

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

Public Properties

[read-only]
DirectionSystem.CodeDom.FieldDirection.

Indicates the direction of assignment fields.

[read-only]
IsByRefbool.

Indicates whether the parameter data is passed by reference.

[read-only]
IsInbool.

Indicates whether the parameter data is in.

[read-only]
IsOptionalbool.

Indicates whether the parameter data is optional.

[read-only]
IsOutbool.

Indicates whether the parameter data is out.

Namestring.

Gets or sets the name of the parameter.

[read-only]
ParameterTypeType.

Gets the type expected by the parameter.

[read-only]
TypeNamestring.

Gets the name of the type expected by the parameter.