Constable Authorization Engine 2.0 BETA

NamedObjectCollectionBase.LookupItemById Method (String)

[This is preliminary documentation and subject to change.]

Determines whether an object with the given Id is in the collection.

[Visual Basic]
Overloads Protected Function LookupItemById( _
   ByVal id As String _
) As NamedObjectBase
[C#]
protected NamedObjectBase LookupItemById(
   string id
);

Parameters

id
The Id of the object to locate in the collection.

Return Value

true is an object with the id is found in the collection; false otherwise.

See Also

NamedObjectCollectionBase Class | LaMarvin.Constable.Model Namespace | NamedObjectCollectionBase.LookupItemById Overload List