| Constable Authorization Engine 2.0 BETA |
|
ActionCollection.Lookup Method
[This is preliminary documentation and subject to change.]
Find the action with the given Id.
[Visual Basic]
Overridable Public Function Lookup( _
ByVal
id As
String _
) As
Action
Parameters
-
id
- The value of the Id property of the action to be found.
Return Value
A reference to the Action with the given . Returns a null reference
(Nothing in Visual Basic) if no action with the given exists in the collection.
See Also
ActionCollection Class | LaMarvin.Constable.Model Namespace