WebCmdletElementCollection.Find(String) Method
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.
Finds the element with name or id.
public:
System::Management::Automation::PSObject ^ Find(System::String ^ nameOrId);
public System.Management.Automation.PSObject Find (string nameOrId);
public System.Management.Automation.PSObject? Find (string nameOrId);
member this.Find : string -> System.Management.Automation.PSObject
Public Function Find (nameOrId As String) As PSObject
Parameters
- nameOrId
- String
Returns
Found element as PSObject.