CmdletProvider.Include Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)