  | 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.2
Syntaxpublic CredentialsFactoryConfig SetProperty(
	string name,
	string value
)
Public Function SetProperty ( 
	name As String,
	value As String
) As CredentialsFactoryConfig
public:
CredentialsFactoryConfig^ SetProperty(
	String^ name, 
	String^ value
)
member SetProperty : 
        name : string * 
        value : string -> CredentialsFactoryConfig 
Parameters
- name
 - Type: SystemString
name of the pair - value
 - Type: SystemString
value of the pair 
Return Value
Type: 
CredentialsFactoryConfigconfigured 
CredentialsFactoryConfig for chaining
See Also