 | XmlBinaryExpressionParts Property |
Gets or sets the left side of the expression
Namespace: SanteDB.Cdss.Xml.XmlLinqAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic List<XmlExpression> Parts { get; set; }Public Property Parts As List(Of XmlExpression)
Get
Set
public:
property List<XmlExpression^>^ Parts {
List<XmlExpression^>^ get ();
void set (List<XmlExpression^>^ value);
}member Parts : List<XmlExpression> with get, set
Property Value
ListXmlExpression
See Also