OperationParameterInfo.ParameterType Property

Definition

Gets or sets the type of the associated operation parameter.

public:
 property Type ^ ParameterType { Type ^ get(); void set(Type ^ value); };
public Type ParameterType { get; set; }
member this.ParameterType : Type with get, set
Public Property ParameterType As Type

Property Value

A Type object representing the type of the associated operation parameter.

Applies to