  | PartitionPredicateGetPartitionKey Method  | 
 
            Returns the partition key that determines the partition the target Predicate is going to execute on
            
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntaxpublic Object GetPartitionKey()
Public Function GetPartitionKey As Object
public:
Object^ GetPartitionKey()
member GetPartitionKey : unit -> Object 
Return Value
Type: 
Objectthe partition key
See Also