Click or drag to resize

XmlBinaryExpressionParts Property

Gets or sets the left side of the expression

Namespace:  SanteDB.Cdss.Xml.Model.XmlLinq
Assembly:  SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntax
public List<XmlExpression> Parts { get; set; }

Property Value

Type: ListXmlExpression
See Also