WmiFilter.Description Property

 

Gets the description of the WMI filter.

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

Syntax

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

Property Value

Type: System.String

Returns String. The description of the WMI filter.

See Also

WmiFilter Class
Microsoft.GroupPolicy Namespace

Return to top