Share via


ConfigMgrBitsDownloadReply.LastMessage Property

 

Gets the last message from the BITS operation.

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

Syntax

public string LastMessage { get; internal set; }
public:
property String^ LastMessage {
    String^ get();
    internal: void set(String^ value);
}
Public Property LastMessage As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

See Also

ConfigMgrBitsDownloadReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top