WebCmdletElementCollection.FindById(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 by id.
public:
System::Management::Automation::PSObject ^ FindById(System::String ^ id);
public System.Management.Automation.PSObject FindById (string id);
public System.Management.Automation.PSObject? FindById (string id);
member this.FindById : string -> System.Management.Automation.PSObject
Public Function FindById (id As String) As PSObject
Parameters
- id
- String
Returns
Found element as PSObject.