Gets the element with the specified key if any.
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As Guid _
) As Status
public Status Item(
Guid
) {get;}
Parameters
- key
- The key of the element to get.
Property Value
The element with the specified key. If an element with the specified key is not found, return null.