MatchInfo.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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