HostParameterDefaults.HostCommandMetadata 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.
Metadata / symbolic information about the currently-running workflow.
public:
property Microsoft::PowerShell::Activities::HostSettingCommandMetadata ^ HostCommandMetadata { Microsoft::PowerShell::Activities::HostSettingCommandMetadata ^ get(); void set(Microsoft::PowerShell::Activities::HostSettingCommandMetadata ^ value); };
public Microsoft.PowerShell.Activities.HostSettingCommandMetadata HostCommandMetadata { get; set; }
member this.HostCommandMetadata : Microsoft.PowerShell.Activities.HostSettingCommandMetadata with get, set
Public Property HostCommandMetadata As HostSettingCommandMetadata