  | PredicatesProperty Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntaxpublic static PredicateProperty Property(
	string property
)
Public Shared Function Property ( 
	property As String
) As PredicateProperty
public:
static PredicateProperty^ Property(
	String^ property
)
static member Property : 
        property : string -> PredicateProperty 
Parameters
- property
 - Type: SystemString
 
Return Value
Type: 
PredicateProperty
See Also