MatchInfo.Line Property

Definition

Gets or sets the text of the matching line.

public:
 property System::String ^ Line { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Line { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Line { get; set; }
member this.Line : string with get, set
Public Property Line As String

Property Value

The text of the matching line.

Applies to