Click or drag to resize

CredentialsFactoryConfigSetProperty Method

Adds a key, value pair into the properties dictionary of this configuration if not exist

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public CredentialsFactoryConfig SetProperty(
	string name,
	string value
)

Parameters

name
Type: SystemString
name of the pair
value
Type: SystemString
value of the pair

Return Value

Type: CredentialsFactoryConfig
configured CredentialsFactoryConfig for chaining
See Also