Share via


JobStreamProperties.JobStreamId Property

 

Optional. Gets or sets the id of the job stream.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top