Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The file extension used when serializing instances of the domain model to a file
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
ReadOnly Property ModelFileExtension As String
string ModelFileExtension { get; }
property String^ ModelFileExtension {
String^ get ();
}
abstract ModelFileExtension : string
function get ModelFileExtension () : String
Property Value
Type: System.String
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.