UpdateListCommand.Replace 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 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