Gets a detail from the details bag.

Namespace:  N2
Assembly:  N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)

Syntax

C#
public virtual Object GetDetail(
	string detailName
)
Visual Basic (Declaration)
Public Overridable Function GetDetail ( _
	detailName As String _
) As Object
Visual C++
public:
virtual Object^ GetDetail(
	String^ detailName
)

Parameters

detailName
Type: System..::.String
The name of the value to get.

Return Value

The value stored in the details bag or null if no item was found.

See Also