Find Method (PSContainer)
Finds an object in the collection that matches the specified unique identifier.
'Declaration
Public Overridable Function Find( _
ByVal As Integer _
) As PSObject
'Usage
Dim instance As PSContainer
Dim uniqueIdentifier As Integer
Dim value As PSObject
value = instance.Find(uniqueIdentifier)
Parameters
- uniqueIdentifier
- Unique identifier for the object in the collection