Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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