| SocketInterceptorConfigGetProperty Method |
Gets a property.
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
the name of the property to get.
Return Value
Type:
Stringthe value of the property, null if not found
Exceptions Remarks Gets a property.
See Also