Amazon.Kinesis.Model.Record.IsSetPartitionKey C# (CSharp) Method

IsSetPartitionKey() private method

private IsSetPartitionKey ( ) : bool
return bool
        internal bool IsSetPartitionKey()
        {
            return this.partitionKey != null;
        }
    }