DynamicKeyword.BodyMode 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.
Set to true if we should be looking for a scriptblock instead of a hashtable.
public:
property System::Management::Automation::Language::DynamicKeywordBodyMode BodyMode { System::Management::Automation::Language::DynamicKeywordBodyMode get(); void set(System::Management::Automation::Language::DynamicKeywordBodyMode value); };
public System.Management.Automation.Language.DynamicKeywordBodyMode BodyMode { get; set; }
member this.BodyMode : System.Management.Automation.Language.DynamicKeywordBodyMode with get, set
Public Property BodyMode As DynamicKeywordBodyMode