CimSystemProperties.Path Property

 

Currently not implemented.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public string Path { get; }
public:
property String^ Path {
    String^ get();
}
member Path : string with get
Public ReadOnly Property Path As String

Property Value

Type: System.String

Always returns null.

See Also

CimSystemProperties Class
Microsoft.Management.Infrastructure Namespace

Return to top