HostedServiceGetExtensionResponse::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)

public:
property String^ ProviderNamespace {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The provider namespace.

The provider namespace for Azure extensions is Microsoft.Windows.Azure.Extensions.

Return to top
Show: