CimPropertyDeclaration.ToString Method ()

 

Gets the combined name and value of the property.

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

Returns a string that represents the property name and value.

See Also

CimPropertyDeclaration Class
Microsoft.Management.Infrastructure Namespace

Return to top