Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelDifferenceAspect.Xml Property

Specifies the XML code of the current IModelDifferenceAspect object.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string Xml { get; set; }

Property Value

Type Description
String

A string which is the XML code of the current model difference aspect.

See Also