JobStreamProperties.StreamType Property
Optional. Gets or sets the stream type.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public string StreamType { get; set; }
public:
property String^ StreamType {
String^ get();
void set(String^ value);
}
member StreamType : string with get, set
Public Property StreamType As String
Property Value
Type: System.String
See Also
JobStreamProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top