DryadLinqContextMatchClientNetFrameworkVersion Property DryadLINQ documentation
Configures query jobs to be launched on the cluster nodes against a .NET framework version matching that of the client process. This should only be set if all cluster nodes are known to have the same .NET version as the client. When set to false (default), the vertex code will be compiled and run against .NET Framework 3.5.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public bool MatchClientNetFrameworkVersion { get; set; }

Property Value

Type: Boolean
See Also

Reference