Udostępnij za pośrednictwem


PeerDPDownloadStatusDetails.Status Property

 

Gets or sets the status.

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

Syntax

public string Status { get; set; }
public:
property String^ Status {
    String^ get();
    void set(String^ value);
}
Public Property Status As String

Property Value

Type: System.String

See Also

PeerDPDownloadStatusDetails Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top