WmiFilter.Name Property

 

Gets the name of the WMI filter.

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

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

Returns String. The name of the WMI filter.

See Also

WmiFilter Class
Microsoft.GroupPolicy Namespace

Return to top