 | XmlUnaryExpressionOperator Property |
Gets or sets the unary operator
Namespace: SanteDB.Cdss.Xml.XmlLinqAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
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
UnaryOperatorType
See Also