  | SSLConfigGetProperty Method  | 
  
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntaxpublic virtual string GetProperty(
	string name
)
Public Overridable Function GetProperty ( 
	name As String
) As String
public:
virtual String^ GetProperty(
	String^ name
)
abstract GetProperty : 
        name : string -> string 
override GetProperty : 
        name : string -> string Parameters
- name
 - Type: SystemString
 
Return Value
Type: 
String
See Also