DryadLinqContextJobPassword Property DryadLINQ documentation
Gets or sets the RunAs password for jobs submitted to the cluster.

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

public string JobPassword { get; set; }

Property Value

Type: String
Remarks

The default is null (use the credentials of the current Thread)

See Also

Reference