| CredentialsFactoryConfigGetProperty Method |
Gets the value of the configured key-value pair
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public string GetProperty(
string name
)
Public Function GetProperty (
name As String
) As String
public:
String^ GetProperty(
String^ name
)
member GetProperty :
name : string -> string
Parameters
- name
- Type: SystemString
name of the pair
Return Value
Type:
Stringvalue of the pair
See Also