Partager via


ConfigMgrDownloadRequest.LocalDownloadPath Property

 

Gets or sets the destination for downloaded files. If this property is not set, %TEMP%\filename will be used.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required, 
    CanBeNull = false)]
public string LocalDownloadPath { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required, 
    CanBeNull = false)]
property String^ LocalDownloadPath {
    String^ get();
    void set(String^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
    CanBeNull := False)>
Public Property LocalDownloadPath As String

Property Value

Type: System.String

See Also

ConfigMgrDownloadRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top