Share via


ModelingDocData.SerializedModel Property

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property SerializedModel As String
'Usage
Dim value As String 

value = Me.SerializedModel
protected virtual string SerializedModel { get; }
protected:
virtual property String^ SerializedModel {
    String^ get ();
}
protected function get SerializedModel () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ModelingDocData Class

ModelingDocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace