Compartilhar via


IAutomationManagementClient.ResourceNamespace Propriedade

 

Obtém ou define o namespace do recurso.

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

Sintaxe

string ResourceNamespace { get; set; }
property String^ ResourceNamespace {
    String^ get();
    void set(String^ value);
}
abstract ResourceNamespace : string with get, set
Property ResourceNamespace As String

Valor de propriedade

Type: System.String

Consulte também

Interface IAutomationManagementClient
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo