[]
Finds an object in the collection that matches the specified unique identifier.
public virtual PSObject Find(int uniqueIdentifier)
Public Overridable Function Find(uniqueIdentifier As Integer) As PSObject
Type | Name | Description |
---|---|---|
int | uniqueIdentifier | Unique identifier for the object in the collection |
Type | Description |
---|---|
PSObject | An object in the collection that matches the specified unique identifier. |