PSParseError.Token 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.
The token that indicates the error location.
public:
 property System::Management::Automation::PSToken ^ Token { System::Management::Automation::PSToken ^ get(); };public System.Management.Automation.PSToken Token { get; }member this.Token : System.Management.Automation.PSTokenPublic ReadOnly Property Token As PSTokenProperty Value
Remarks
This can either be the real token at which place the error happens or a position token indicating the location where error happens.