Share via


StatusMessageFile.ToString Method ()

 

Returns a String that represents the current Object.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages.Server
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

StatusMessageFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace

Return to top