CimClass.ToString Method ()
Returns a string that contains the CimClass object's culture, namespace, and class name.
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 string that contains the current CimClass object.
See Also
CimClass Class
Microsoft.Management.Infrastructure Namespace
Return to top