CimMethodDeclaration.ToString Method ()

 

Gets the Name property of the CimMethodDeclaration object.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

The name of the method.

See Also

CimMethodDeclaration Class
Microsoft.Management.Infrastructure Namespace

Return to top