ProvideValueTargetProperty.DeclaringType Property

Definition

Gets the class that declares this member.

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

Property Value

The class that declares this member.

Applies to