Share via


ProvideValueTargetProperty.Type Property

Definition

Gets the type of this member (method, constructor, event, and so on).

public:
 property TypeName Type { TypeName get(); };
TypeName Type();
public System.Type Type { get; }
var typeName = provideValueTargetProperty.type;
Public ReadOnly Property Type As Type

Property Value

The type of this member (method, constructor, event, and so on).

Applies to