CimSession.ToString Method ()
Gets a string that contains the session and computer 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 session and computer name.
See Also
CimSession Class
Microsoft.Management.Infrastructure Namespace
Return to top