UpdateListCommand.Remove 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 "Remove". Objects to be removed from the list.
public object[] Remove { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="AddRemoveSet")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public object[] Remove { get; set; }
member this.Remove : obj[] with get, set
[<System.Management.Automation.Parameter(ParameterSetName="AddRemoveSet")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Remove : obj[] with get, set
Public Property Remove As Object()
Property Value
Object[]
- Attributes