[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

generic method to return an attribute of a parent object.

Namespace: Db4objects.Db4o.Config
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Function Attribute ( _
	parent As Object _
) As Object
C#
Object Attribute (
	Object parent
)
Visual C++
Object^ Attribute (
	Object^ parent
)

Parameters

parent
System.Object
the parent object

Return Value

Object - the attribute

Remarks

generic method to return an attribute of a parent object.