MultipleServiceCommandBase.Exclude Property
Gets and sets the value of the
Exclude
parameter of the derived cmdlets.
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)
[ParameterAttribute] [ValidateNotNullOrEmptyAttribute] public string[] Exclude { get; set; }
/** @property */ public String[] get_Exclude () /** @property */ public void set_Exclude (String[] value)
public function get Exclude () : String[] public function set Exclude (value : String[])
Property Value
A String array that contains the services that are omitted from the action.This topic is included in this SDK for completeness only.
Any public static (
Shared
in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.