[]
Finds an object in the collection that matches the specified unique identifier.
public override PSObject Find(int uniqueIdentifier)
Public Overrides 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. |