'Declaration<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/set the tools collection")> Public Property Tools As NToolCollection
'UsageDim instance As NController Dim value As NToolCollection instance.Tools = value value = instance.Tools
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/set the tools collection")] public NToolCollection Tools {get; set;}