WriteProgressCommand.Status Property

Definition

Describes the current state of the activity.

public:
 property System::String ^ Status { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Status { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Status { get; set; }
[System.Management.Automation.Parameter(HelpMessageBaseName="WriteProgressResourceStrings", HelpMessageResourceId="StatusParameterHelpMessage", Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Status { get; set; }
member this.Status : string with get, set
[<System.Management.Automation.Parameter(HelpMessageBaseName="WriteProgressResourceStrings", HelpMessageResourceId="StatusParameterHelpMessage", Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Status : string with get, set
Public Property Status As String

Property Value

Attributes

Applies to