UpdateListCommand.Replace Property

Definition

The following is the definition of the input parameter "Replace". Objects in this list replace the objects in the target list.

public object[] Replace { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ReplaceSet")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public object[] Replace { get; set; }
member this.Replace : obj[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ReplaceSet")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Replace : obj[] with get, set
Public Property Replace As Object()

Property Value

Object[]
Attributes

Applies to