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