 | ResultLogical property |
The logical result of processing the subtree of this node.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool? Logical { get; set; }
Public Property Logical As Boolean?
Get
Set
public:
property Nullable<bool> Logical {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Logical : Nullable<bool> with get, set
Property value
NullableBoolean
See also