MPName.ToString Method ()
Returns a string that represents the current object.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override string ToString()
public:
virtual String^ ToString() override
Public Overrides Function ToString As String
Return Value
Type: System.String
A string that represents the current object.
See Also
MPName Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top