Share via


CommandAst.DefiningKeyword Property

Definition

If this command was synthesized out of a dynamic keyword, this property will point to the DynamicKeyword data structure that was used to create this command.

public:
 property System::Management::Automation::Language::DynamicKeyword ^ DefiningKeyword { System::Management::Automation::Language::DynamicKeyword ^ get(); void set(System::Management::Automation::Language::DynamicKeyword ^ value); };
public System.Management.Automation.Language.DynamicKeyword DefiningKeyword { get; set; }
member this.DefiningKeyword : System.Management.Automation.Language.DynamicKeyword with get, set
Public Property DefiningKeyword As DynamicKeyword

Property Value

Applies to