• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Property Key

Key

Sets/returns key from intermediate Key-Value pair.

Declaration
public object Key { get; set; }
Property Value
Type Description
System.Object
Examples

Example sets the value in KeyValuePair

public KeyValuePair FinishReduce()
{
   outputMapEntry.Key = outputKey;
   outputMapEntry.Value = count;
   return outputMapEntry;
}
Back to top Copyright © 2017 Alachisoft