BinaryExpressionAst.Operator 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 kind. The value returned is always a binary operator.
public:
property System::Management::Automation::Language::TokenKind Operator { System::Management::Automation::Language::TokenKind get(); };
public System.Management.Automation.Language.TokenKind Operator { get; }
member this.Operator : System.Management.Automation.Language.TokenKind
Public ReadOnly Property Operator As TokenKind