Click or drag to resize

CredentialsFactoryConfigGetProperty Method

Gets the value of the configured key-value pair

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public string GetProperty(
	string name
)

Parameters

name
Type: SystemString
name of the pair

Return Value

Type: String
value of the pair
See Also