'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the commands associated with this command.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <NDesignOnlyBrowsableAttribute(True)> Public Overridable ReadOnly Property Commands As NCommandCollection
'Usage
Dim instance As NCommand Dim value As NCommandCollection value = instance.Commands
[System.ComponentModel.Description("Gets the commands associated with this command.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [NDesignOnlyBrowsable(true)] public virtual NCommandCollection Commands {get;}