SelectStringCommand.Exclude Property

Definition

Gets or sets files to exclude. Files matching one of these (if specified) are excluded.

public:
 property cli::array <System::String ^> ^ Exclude { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ Exclude { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] Exclude { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string[] Exclude { get; set; }
member this.Exclude : string[] with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Exclude : string[] with get, set
Public Property Exclude As String()

Property Value

String[]
Attributes

Applies to