MatchInfo.Context Property

Definition

Gets or sets context for the match, or null if -context was not specified.

public:
 property Microsoft::PowerShell::Commands::MatchInfoContext ^ Context { Microsoft::PowerShell::Commands::MatchInfoContext ^ get(); void set(Microsoft::PowerShell::Commands::MatchInfoContext ^ value); };
public Microsoft.PowerShell.Commands.MatchInfoContext Context { get; set; }
member this.Context : Microsoft.PowerShell.Commands.MatchInfoContext with get, set
Public Property Context As MatchInfoContext

Property Value

Applies to