| SSLConfigGetProperty Method |
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public 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:
StringSee Also