Left child node
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic TreeNode Left { get; set; }
Public Property Left As TreeNode
Get
Set
public:
property TreeNode^ Left {
TreeNode^ get ();
void set (TreeNode^ value);
}
member Left : TreeNode with get, set
Property Value
Type:
TreeNode
See Also