SwitchStatementAst.Flags 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 flags, if any specified on the switch statement.
public:
property System::Management::Automation::Language::SwitchFlags Flags { System::Management::Automation::Language::SwitchFlags get(); };
public System.Management.Automation.Language.SwitchFlags Flags { get; }
member this.Flags : System.Management.Automation.Language.SwitchFlags
Public ReadOnly Property Flags As SwitchFlags