StaticBindingError.CommandElement 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 command element associated with the exception.
public:
property System::Management::Automation::Language::CommandElementAst ^ CommandElement { System::Management::Automation::Language::CommandElementAst ^ get(); };
public System.Management.Automation.Language.CommandElementAst CommandElement { get; }
member this.CommandElement : System.Management.Automation.Language.CommandElementAst
Public ReadOnly Property CommandElement As CommandElementAst