| PredicateProperty Constructor |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public PredicateProperty(
string property
)
Public Sub New (
property As String
)
public:
PredicateProperty(
String^ property
)
new :
property : string -> PredicateProperty
Parameters
- property
- Type: SystemString
See Also