CmdletProvider.Include Property

Definition

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

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

Property Value

Applies to