Share via


CloudServiceListResponse.CloudService.AddOnResource.Namespace Property

 

Optional. The namespace in which this item resides.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public string Namespace { get; set; }
public:
property String^ Namespace {
    String^ get();
    void set(String^ value);
}
member Namespace : string with get, set
Public Property Namespace As String

Property Value

Type: System.String

See Also

CloudServiceListResponse.CloudService.AddOnResource Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top