Udostępnij za pośrednictwem


DownloadedFile.LocalPathToFile Property

 

Gets the local path to the downloaded file.

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

Syntax

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

Property Value

Type: System.String

See Also

DownloadedFile Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top