DynamicKeyword.NameMode Property

Definition

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

Property Value

Applies to