Set a value into the
Details bag. If a value with the same name already exists it is overwritten.

Declaration Syntax
protected virtual void SetDetail<T>(
string detailName,
T value
)
Protected Overridable Sub SetDetail(Of T) ( _
detailName As String, _
value As T _
)
protected:
generic<typename T>
virtual void SetDetail (
String^ detailName,
T value
)

Generic Template Parameters

Parameters
- detailName (String)
- The name of the item to set.
- value (T)
- The value to set. If this parameter is null the detail is removed.
Assembly: N2 (Module: N2) Version: 1.0.204.35916