ConfigMgrDownloadRequest.DownloadMethod Property
Gets the download method. SendMessage will fail if the value of this property is None.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public virtual DownloadMethod DownloadMethod { get; }
public:
property DownloadMethod DownloadMethod {
virtual DownloadMethod get();
}
Public Overridable ReadOnly Property DownloadMethod As DownloadMethod
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.DownloadMethod
See Also
ConfigMgrDownloadRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top