Share via


BitsJobErrorEventArgs.ErrorText Property

 

Gets the error text for a bits job.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public string ErrorText { get; private set; }
public:
property String^ ErrorText {
    String^ get();
    private: void set(String^ value);
}
Public Property ErrorText As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

BitsJobErrorEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top