[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets/sets the download method. SendMessage will fail if DownloadMethod is None.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
virtual 

DownloadMethod 
DownloadMethod { 
get; }
Public 
Overridable 
ReadOnly 
Property 
DownloadMethod 
As 

DownloadMethod
	
Get
public:
virtual 
property 

DownloadMethod 
DownloadMethod {
	

DownloadMethod 
get ();
}

See Also