Provides a collection of properties, each of which is a key/value
pair. Each key is a string, and the value may be a string
or an integer.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public sealed class Properties : SBWrap<gemfire::Properties>, IGFSerializable, ISerializable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public NotInheritable Class Properties _ Inherits SBWrap<gemfire::Properties> _ Implements IGFSerializable, ISerializable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Properties sealed : public SBWrap<gemfire::Properties>, IGFSerializable, ISerializable |
Inheritance Hierarchy
System..::Object
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::Properties>
GemStone.GemFire.Cache..::Properties
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::Properties>
GemStone.GemFire.Cache..::Properties
See Also
Properties Members
GemStone.GemFire.Cache Namespace