CimInstance.ToString Method ()

 

Gets a short textual description of the CIM session that generated the instance.

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

A short textual description of the CIM session that generated the instance.

See Also

CimInstance Class
Microsoft.Management.Infrastructure Namespace

Return to top