JobDefinition.CommandInfo 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.
Returns information about this job like name, definition, parameters etc.
public:
property System::Management::Automation::CommandInfo ^ CommandInfo { System::Management::Automation::CommandInfo ^ get(); };
public System.Management.Automation.CommandInfo CommandInfo { get; }
member this.CommandInfo : System.Management.Automation.CommandInfo
Public ReadOnly Property CommandInfo As CommandInfo