IDomainModelSerializer.DomainModelType Property

Definition

The type of the domain model that can be serialized

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

Property Value

Remarks

Notes for implementors: should always be a valid domain model type.

Applies to