DynamicKeyword.Properties Property

Definition

A list of the properties allowed for this constructor.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::Language::DynamicKeywordProperty ^> ^ Properties { System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::Language::DynamicKeywordProperty ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,System.Management.Automation.Language.DynamicKeywordProperty> Properties { get; }
member this.Properties : System.Collections.Generic.Dictionary<string, System.Management.Automation.Language.DynamicKeywordProperty>
Public ReadOnly Property Properties As Dictionary(Of String, DynamicKeywordProperty)

Property Value

Applies to