Click or drag to resize

PortableProperty Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodPortableProperty
Constructs a PortableProperty attribute with a default index value of -1.
Public methodPortableProperty(Int32)
Public methodPortableProperty(Type)
Construct a PortableProperty attribute with the specified ICodec Type. Defaults the index to -1.
Public methodPortableProperty(Int32, Type)
Construct a PortableProperty attribute using the specified index and ICodec Type.
Top
See Also