ValueConversionAttribute.SourceType Property

Definition

Gets the type this converter converts.

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

Property Value

The type this converter converts.

Applies to

See also