PSListModifier.Replace Property

Definition

The list of items to replace an existing list with.

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

Property Value

Applies to