Share via


FilterInfo.Definition Property

Gets a definition of the filter.

Namespace: System.Management.Automation
Assembly: System.Management.Automation (in system.management.automation.dll)

Usage

Syntax

'Declaration
Public Overrides ReadOnly Property Definition As String
public override string Definition { get; }
public:
virtual property String^ Definition {
    String^ get () override;
}
/** @property */
public String get_Definition ()
public override function get Definition () : String

Property Value

The definition of the filter.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP

See Also

Reference

FilterInfo Class
FilterInfo Members
System.Management.Automation Namespace

Other Resources

Windows PowerShell Programmer's Guide
Windows PowerShell SDK