ModelExplorer.ModelType Property

Definition

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

Property Value

Remarks

Retrieving the ModelType will execute the model accessor function if this ModelExplorer was provided with one.

Applies to