Variable Owner: direct access to the NetLogic parent object
    Each NetLogic displays the 
Owner
 variable, which represents the parent node of the same NetLogic. It is useful for directly accessing this node.Example
      This example shows the value of the NetLogic parent node 
BrowseName
 assigned to the C# name
 string variable.
        string name = Owner.BrowseName;
Provide Feedback