UnaryExpressionAst.TokenKind 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 operator token for the unary expression. The value returned is always a unary operator.
public:
property System::Management::Automation::Language::TokenKind TokenKind { System::Management::Automation::Language::TokenKind get(); };
public System.Management.Automation.Language.TokenKind TokenKind { get; }
member this.TokenKind : System.Management.Automation.Language.TokenKind
Public ReadOnly Property TokenKind As TokenKind