Token.Kind 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.
Return the kind of token.
public:
property System::Management::Automation::Language::TokenKind Kind { System::Management::Automation::Language::TokenKind get(); };
public System.Management.Automation.Language.TokenKind Kind { get; }
member this.Kind : System.Management.Automation.Language.TokenKind
Public ReadOnly Property Kind As TokenKind