 | XmlUnaryExpressionOperator Property |
Gets or sets the unary operator
Namespace:
SanteDB.Cdss.Xml.Model.XmlLinq
Assembly:
SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntaxpublic UnaryOperatorType Operator { get; set; }
Public Property Operator As UnaryOperatorType
Get
Set
public:
property UnaryOperatorType Operator {
UnaryOperatorType get ();
void set (UnaryOperatorType value);
}
member Operator : UnaryOperatorType with get, set
Property Value
Type:
UnaryOperatorType
See Also