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

Initializes a new instance of the ConfigMgrContentLocationRequestclass.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
ConfigMgrContentLocationRequest(
	
bool 
discoverSystemInformation
)
Public 
Sub 
New ( _
	
discoverSystemInformation 
As 
Boolean _
)
public:
ConfigMgrContentLocationRequest(
	
bool 
discoverSystemInformation
)

Parameters

discoverSystemInformation
Boolean
if true, system information is discovered

See Also