JobStreamProperties.StreamText Propriedade
Opcional. Obtém ou define o texto de fluxo.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe JobStreamProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo