CustomControl.Entries Property

Definition

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

Property Value

Applies to