ConfigMgrBitsDownloadReply.BitsWasSuccessful Property

 

If true, the BITS job completed successfully, without any errors.

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

Syntax

public bool BitsWasSuccessful { get; set; }
public:
property bool BitsWasSuccessful {
    bool get();
    void set(bool value);
}
Public Property BitsWasSuccessful As Boolean

Property Value

Type: System.Boolean

See Also

ConfigMgrBitsDownloadReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top