ConfigMgrContentLocationRequest Constructor (Boolean)
Initializes a new instance of the ConfigMgrContentLocationRequest class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ConfigMgrContentLocationRequest(
bool discoverSystemInformation
)
public:
ConfigMgrContentLocationRequest(
bool discoverSystemInformation
)
Public Sub New (
discoverSystemInformation As Boolean
)
Parameters
discoverSystemInformation
Type: System.BooleanIf true, system information is discovered.
See Also
ConfigMgrContentLocationRequest Overload
ConfigMgrContentLocationRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top