Skip to main content
A newer version of this page is available. .

ModelDifferenceAspect.Xml Property

Specifies the XML code of the current ModelDifferenceAspect object.

Namespace: DevExpress.Persistent.BaseImpl.EF

Assembly: DevExpress.Persistent.BaseImpl.EF.v18.2.dll

Declaration

[FieldSize(-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