TreeNodeIsLeftNode Property
|
If true then current node is left child, otherwise it is right node
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic bool IsLeftNode { get; set; }
Public Property IsLeftNode As Boolean
Get
Set
public:
property bool IsLeftNode {
bool get ();
void set (bool value);
}
member IsLeftNode : bool with get, set
Property Value
Type:
Boolean
See Also