CloudServiceListResponse.CloudService.AddOnResource.Namespace Propriedade
Opcional. O namespace no qual este item reside.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe CloudServiceListResponse.CloudService.AddOnResource
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo