This topic has not yet been rated - Rate this topic

CommandInfo.Parameters Property

When overridden in a derived class, gets the parameters of the command. This property is introduced in Windows PowerShell 2.0.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
'Usage
Dim instance As CommandInfo
Dim value As Dictionary(Of String, ParameterMetadata)

value = instance.Parameters

public virtual Dictionary<string,ParameterMetadata> Parameters { get; }
/** @property */
public Dictionary<String,ParameterMetadata> get_Parameters ()

public function get Parameters () : Dictionary<String,ParameterMetadata>

Property Value

A Dictionary of types String and ParameterMetadata that contains the parameters of the command.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
© 2013 Microsoft. All rights reserved.