Compartilhar via


Propriedade JobStreamProperties.StreamType

Optional. Gets or sets the stream type.

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

Uso

'Uso
Dim instance As JobStreamProperties
Dim value As String

value = instance.StreamType

instance.StreamType = value

Sintaxe

'Declaração
Public Property StreamType As String
public string StreamType { get; set; }
public:
property String^ StreamType {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_StreamType ()

/** @property */
public void set_StreamType (String value)
public function get StreamType () : String

public function set StreamType (value : String)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe JobStreamProperties
Membros JobStreamProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models