Click or drag to resize
PropertiesAddAll Method
Adds the contents of other to this instance, replacing any existing values with those from other.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void AddAll(
	Properties other
)

Parameters

other
Type: GemStone.GemFire.CacheProperties
new set of properties
See Also