CommandAst.DefiningKeyword 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.
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