DslDefinitionModelDomainModelSerializerBase.ModelFileExtension 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.
File extension used for model files of this kind of domain model
public:
property System::String ^ ModelFileExtension { System::String ^ get(); };
public string ModelFileExtension { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ModelFileExtension : string
Public ReadOnly Property ModelFileExtension As String
Property Value
Implements
- Attributes
Remarks
If a domain model type cannot be serialized independently, or cannot be serialized to a file, it should return null or empty.