Share via


IAutomationManagementClient.ResourceNamespace Property

 

Gets or sets the resource namespace.

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

Syntax

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

Property Value

Type: System.String

See Also

IAutomationManagementClient Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top