Constable Authorization Engine 2.0 BETA

DesignHelper.GenerateUniqueNamedObjectId Method (NamedObjectCollectionBase)

[This is preliminary documentation and subject to change.]

Generates an Id that is guaranteed to be unique within the collection.

[Visual Basic]
Overloads Public Shared Function GenerateUniqueNamedObjectId( _
   ByVal collection As NamedObjectCollectionBase _
) As String
[C#]
public static string GenerateUniqueNamedObjectId(
   NamedObjectCollectionBase collection
);

Parameters

collection
The collection in which the Id should be unique.

Return Value

Returns an Id that is guaranteed to be unique within the collection.

See Also

DesignHelper Class | LaMarvin.Constable.Design Namespace | DesignHelper.GenerateUniqueNamedObjectId Overload List