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