PSListModifier.Add Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)