PSListModifier.Add Property

Definition

The list of items to add when ApplyTo is called.

public:
 property System::Collections::ObjectModel::Collection<System::Object ^> ^ Add { System::Collections::ObjectModel::Collection<System::Object ^> ^ get(); };
public System.Collections.ObjectModel.Collection<object> Add { get; }
member this.Add : System.Collections.ObjectModel.Collection<obj>
Public ReadOnly Property Add As Collection(Of Object)

Property Value

Applies to