Partager via


BitsSecureFailure.ServerPath Property

 

Gets or sets the BITS path that failed.

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

Syntax

[StatusMessagePropertyAttribute("ServerPath")]
public string ServerPath { get; set; }
public:
[StatusMessagePropertyAttribute("ServerPath")]
property String^ ServerPath {
    String^ get();
    void set(String^ value);
}
<StatusMessagePropertyAttribute("ServerPath")>
Public Property ServerPath As String

Property Value

Type: System.String

See Also

BitsSecureFailure Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top