IDomainModelSerializer.ModelFileExtension Property

Definition

The file extension used when serializing instances of the domain model to a file

public:
 property System::String ^ ModelFileExtension { System::String ^ get(); };
public string ModelFileExtension { get; }
member this.ModelFileExtension : string
Public ReadOnly Property ModelFileExtension As String

Property Value

Remarks

Notes for implementors: could return null/empty for non-file based serializers, or for domain model types that are not serialized on their own.

Applies to