PartitionPredicateGetPartitionKey Method Hazelcast .Net Client Class Library
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
Syntax

public Object GetPartitionKey()

Return Value

Type: Object
the partition key
See Also

Reference