Job.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.
Success status of the command execution.
public:
abstract property System::String ^ StatusMessage { System::String ^ get(); };
public:
abstract property Platform::String ^ StatusMessage { Platform::String ^ get(); };
public abstract string StatusMessage { get; }
member this.StatusMessage : string
Public MustOverride ReadOnly Property StatusMessage As String