SelectStringCommand.Pattern Property

Definition

Gets or sets the patterns to find.

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

Property Value

String[]
Attributes

Applies to