Share via


RunbookDraftUpdateParameters.Stream Property

 

Required. Gets or sets the content of the runbook version.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top