Constable Authorization Engine 2.0 BETA

NamedObjectCollectionBase.ToIdArray Method 

[This is preliminary documentation and subject to change.]

Returns an array of Strings with elements set to the Id property values.

[Visual Basic]
Overridable Public Function ToIdArray() As String()
[C#]
public virtual string[] ToIdArray();

Return Value

Array of IDs of the objects in the collection.

Remarks

The method never returns a null reference (Nothing in Visual Basic). If the collection doesn't contain any objects, an empty array is returned.

See Also

NamedObjectCollectionBase Class | LaMarvin.Constable.Model Namespace