MPName Implicit Conversion (String to MPName)
Converts the name from a string to an MPName instance.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static implicit operator MPName (
string name
)
public:
static operator MPName^ (
String^ name
)
Public Shared Widening Operator CType (
name As String
) As MPName
Parameters
name
Type: System.StringManagement point host name.
Return Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.MPName
See Also
MPName Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top