HostedServiceListExtensionsResponse.Extension.ProviderNamespace Property
Gets or sets the provider namespace of the extension.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string ProviderNamespace { get; set; }
public:
property String^ ProviderNamespace {
String^ get();
void set(String^ value);
}
member ProviderNamespace : string with get, set
Public Property ProviderNamespace As String
Property Value
Type: System.String
The provider namespace.
Remarks
The provider namespace for Microsoft Azure extensions is Microsoft.Windows.Azure.Extensions.
See Also
HostedServiceListExtensionsResponse.Extension Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top