PSEventJob.StatusMessage 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.
Message indicating status of the job.
public:
virtual property System::String ^ StatusMessage { System::String ^ get(); };
public:
virtual property Platform::String ^ StatusMessage { Platform::String ^ get(); };
public override string StatusMessage { get; }
member this.StatusMessage : string
Public Overrides ReadOnly Property StatusMessage As String