FormObjectCollection.Item[String] Property

Definition

Gets the FormObject from the key.

public:
 property Microsoft::PowerShell::Commands::FormObject ^ default[System::String ^] { Microsoft::PowerShell::Commands::FormObject ^ get(System::String ^ key); };
public Microsoft.PowerShell.Commands.FormObject this[string key] { get; }
[System.Runtime.CompilerServices.Nullable(2)]
public Microsoft.PowerShell.Commands.FormObject? this[string key] { get; }
member this.Item(string) : Microsoft.PowerShell.Commands.FormObject
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.Item(string) : Microsoft.PowerShell.Commands.FormObject
Default Public ReadOnly Property Item(key As String) As FormObject

Parameters

key
String

Property Value

Attributes

Applies to