NamedBlockAst.BlockKind 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 kind of block, always one of:
public:
property System::Management::Automation::Language::TokenKind BlockKind { System::Management::Automation::Language::TokenKind get(); };
public System.Management.Automation.Language.TokenKind BlockKind { get; }
member this.BlockKind : System.Management.Automation.Language.TokenKind
Public ReadOnly Property BlockKind As TokenKind