Partager via


DownloadedFile.RemotePathToFile Property

 

Gets the remote path to the downloaded file.

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

Syntax

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

Property Value

Type: System.String

See Also

DownloadedFile Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top