Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Add new attribute to underlying name-value collection.

Namespace:  Tangosol.Web.Model
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected virtual TraditionalSessionModel..::.AttributeHolder AddAttribute(
	string name
)

Parameters

name
Type: System..::.String
Attribute name.

Return Value

A holder for the added attribute.

See Also