Pipeline.Commands Property 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of commands for this pipeline.
public:
 property System::Management::Automation::Runspaces::CommandCollection ^ Commands { System::Management::Automation::Runspaces::CommandCollection ^ get(); };
	public System.Management.Automation.Runspaces.CommandCollection Commands { get; }
	member this.Commands : System.Management.Automation.Runspaces.CommandCollection
	Public ReadOnly Property Commands As CommandCollection