Skip to main content
.NET 6.0+

ModelDifferenceAspect.Xml Property

Specifies the XML code of the current ModelDifferenceAspect object.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v23.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