MPName Constructor (String)
Initializes a new instance of the MPName class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MPName(
string name
)
public:
MPName(
String^ name
)
Public Sub New (
name As String
)
Parameters
name
Type: System.StringManagement point host name.
See Also
MPNameāOverload
MPName Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top