Task.Stdin Property

Redirects standard input from the specified file.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
<XmlAttributeAttribute> _
<DefaultValueAttribute("")> _
Public Property Stdin As String
[XmlAttributeAttribute] 
[DefaultValueAttribute("")] 
public string Stdin { get; set; }
[XmlAttributeAttribute] 
[DefaultValueAttribute(L"")] 
public:
virtual property String^ Stdin {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_Stdin ()

/** @property */
public final void set_Stdin (String value)
public final function get Stdin () : String

public final function set Stdin (value : String)

Property Value

The path to the file from which standard input is redirected.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

Task Class
Task Members
Microsoft.ComputeCluster Namespace
Task.Stderr Property
Stdout