Compartilhar via


Propriedade AutomationManagementClient.ResourceNamespace

Gets or sets the resource namespace.

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

Uso

'Uso
Dim instance As AutomationManagementClient
Dim value As String

value = instance.ResourceNamespace

instance.ResourceNamespace = value

Sintaxe

'Declaração
Public Property ResourceNamespace As String
public string ResourceNamespace { get; set; }
public:
virtual property String^ ResourceNamespace {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_ResourceNamespace ()

/** @property */
public final void set_ResourceNamespace (String value)
public final function get ResourceNamespace () : String

public final function set ResourceNamespace (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 AutomationManagementClient
Membros AutomationManagementClient
Namespace Microsoft.WindowsAzure.Management.Automation