ValueConversionAttribute.TargetType Property

Definition

Gets the type this converter converts to.

public:
 property Type ^ TargetType { Type ^ get(); };
public Type TargetType { get; }
member this.TargetType : Type
Public ReadOnly Property TargetType As Type

Property Value

The type this converter converts to.

Applies to

See also