MatchInfoContext.PostContext Property

Definition

Gets or sets the lines found after a match.

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

Property Value

String[]

Applies to