UpdateListCommand.Replace Property

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in Microsoft.PowerShell.Commands.Utility.dll)

Usage

'Usage
Dim instance As UpdateListCommand
Dim value As Object()

value = instance.Replace

instance.Replace = value

Syntax

'Declaration
<ValidateNotNullOrEmptyAttribute> _
<ParameterAttribute(Mandatory:=True, ParameterSetName:="ReplaceSet")> _
Public Property Replace As Object()
[ValidateNotNullOrEmptyAttribute] 
[ParameterAttribute(Mandatory=true, ParameterSetName="ReplaceSet")] 
public Object[] Replace { get; set; }
[ValidateNotNullOrEmptyAttribute] 
[ParameterAttribute(Mandatory=true, ParameterSetName=L"ReplaceSet")] 
public:
property array<Object^>^ Replace {
    array<Object^>^ get ();
    void set (array<Object^>^ value);
}
/** @property */
public Object[] get_Replace ()

/** @property */
public void set_Replace (Object[] value)
public function get Replace () : Object[]

public function set Replace (value : Object[])

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

UpdateListCommand Class
UpdateListCommand Members
Microsoft.PowerShell.Commands Namespace