Share via


JobStreamProperties.StreamText Property

 

Optional. Gets or sets the stream text.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public string StreamText { get; set; }
public:
property String^ StreamText {
    String^ get();
    void set(String^ value);
}
member StreamText : string with get, set
Public Property StreamText As String

Property Value

Type: System.String

See Also

JobStreamProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top