EntrySelectedBy.SelectionCondition Property

Definition

An optional condition that applies to the entry.

public:
 property System::Collections::Generic::List<System::Management::Automation::DisplayEntry ^> ^ SelectionCondition { System::Collections::Generic::List<System::Management::Automation::DisplayEntry ^> ^ get(); void set(System::Collections::Generic::List<System::Management::Automation::DisplayEntry ^> ^ value); };
public System.Collections.Generic.List<System.Management.Automation.DisplayEntry> SelectionCondition { get; set; }
member this.SelectionCondition : System.Collections.Generic.List<System.Management.Automation.DisplayEntry> with get, set
Public Property SelectionCondition As List(Of DisplayEntry)

Property Value

Applies to