Click or drag to resize

ComplexPofValueUniformElementType Property

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Gets or sets element type if this is a uniform collection.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected int UniformElementType { get; set; }

Property Value

Type: Int32
Type of elements if this is a uniform collection; T_UNKNOWN otherwise.
See Also