WriteProgressCommand.Status 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.
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