Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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