Share via


ExtensionImage.ProviderNameSpace Property

 

Required. Required. 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

See Also

ExtensionImage Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top