DynamicKeyword.NameMode 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.
This allows you to specify if the keyword takes a name argument and if so, what form that takes.
public:
property System::Management::Automation::Language::DynamicKeywordNameMode NameMode { System::Management::Automation::Language::DynamicKeywordNameMode get(); void set(System::Management::Automation::Language::DynamicKeywordNameMode value); };
public System.Management.Automation.Language.DynamicKeywordNameMode NameMode { get; set; }
member this.NameMode : System.Management.Automation.Language.DynamicKeywordNameMode with get, set
Public Property NameMode As DynamicKeywordNameMode