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

ModelDifferenceAspect.Xml Property

Specifies the XML code of the current ModelDifferenceAspect object.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.v20.2.dll

Declaration

[Size(-1)]
public string Xml { get; set; }

Property Value

Type Description
String

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

Implements

See Also