CmdletProvider.Exclude Property

Definition

Gets the exclude wildcard patterns which is used to determine which items will be excluded when taking an action.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ Exclude { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> Exclude { get; }
member this.Exclude : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property Exclude As Collection(Of String)

Property Value

Applies to