Skip to main content
.NET 6.0+

IModelDifferenceAspect.Xml Property

Specifies the XML code of the current IModelDifferenceAspect object.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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