This topic has not yet been rated - Rate this topic

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)
'Usage
Dim instance As MultipleServiceCommandBase
Dim value As String()

value = instance.Exclude

instance.Exclude = value
[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 Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.