Click or drag to resize
PropertiesToString Method
Returns a string representation of the current Properties object.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public override sealed string ToString()

Return Value

Type: String
A comma separated list of property name,value pairs.

Implements

IGFSerializableToString
See Also