| Constable Authorization Engine 2.0 BETA |
|
NamedObjectCollectionBase.ContainsId Method
[This is preliminary documentation and subject to change.]
Determines whether the collection contains an object with the given Id.
[Visual Basic]
Overridable Public Function ContainsId( _
ByVal
objectId As
String _
) As
Boolean
[C#]
public virtual
bool ContainsId(
string objectId);
Parameters
-
objectId
- The Id of the object.
Return Value
true if the collection contains an object with the ; false otherwise.
See Also
NamedObjectCollectionBase Class | LaMarvin.Constable.Model Namespace