ValueConversionAttribute.ParameterType Property

Definition

Gets or sets the type of the optional value converter parameter object.

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

The type of the optional value converter parameter object.

Applies to

See also