ConfigMgrEnumerateMPLocationReply Constructor (EnumerateMPLocationReply)
Initializes a new instance of the ConfigMgrEnumerateMPLocationReply class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ConfigMgrEnumerateMPLocationReply(
EnumerateMPLocationReply reply
)
public:
ConfigMgrEnumerateMPLocationReply(
EnumerateMPLocationReply^ reply
)
Public Sub New (
reply As EnumerateMPLocationReply
)
Parameters
reply
Type: Microsoft.ConfigurationManagement.Messaging.Messages.EnumerateMPLocationReplyThe management point enumeration reply.
See Also
ConfigMgrEnumerateMPLocationReply Overload
ConfigMgrEnumerateMPLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top