WmiFilter.Path Property

 

Gets the WMI path to the WMI filter.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.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

Returns String. The WMI path.

Remarks

For example, MSFT_SomFilter.ID="{<Guid>}",Domain="<Domain DNS Name>".

See Also

WmiFilter Class
Microsoft.GroupPolicy Namespace

Return to top