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