ResourceType.CanReflectOnInstanceType Property

Definition

Gets a value that indicates whether the corresponding instance type represents the CLR type of this entity.

public:
 property bool CanReflectOnInstanceType { bool get(); void set(bool value); };
public bool CanReflectOnInstanceType { get; set; }
member this.CanReflectOnInstanceType : bool with get, set
Public Property CanReflectOnInstanceType As Boolean

Property Value

true if the instance type represents a CLR type; otherwise, false.

Applies to