IDomainModelSerializer.DomainModelType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.