IBackgroundOperationContext.Status Property

Definition

Gets or sets the information message describing the status of the current operation.

public:
 property System::String ^ Status { System::String ^ get(); void set(System::String ^ value); };
public string Status { get; set; }
member this.Status : string with get, set
Public Property Status As String

Property Value

A string that represents the status of the current operation in the information message.

Applies to