EldorADO.NET Class Library

ObjectDomain.ExtendedProperties Property

[This is preliminary documentation and subject to change.]

Gets the collection of customized user information.

[Visual Basic]
Public ReadOnly Property ExtendedProperties As IDictionary
[C#]
public System.Collections.IDictionary ExtendedProperties {get;}

Property Value

A IDictionary that contains custom user information.

Remarks

Use the ExtendedProperties to add custom information to an ObjectDomain. Add information with the Add method. Retrieve information with the Item method.

See Also

ObjectDomain Class | Eldorado.Object.Domain Namespace