Share via


CloudServiceGetResponse.Resource.ResourceProviderNamespace Property

 

Optional. Namespace identifier for the resource provider.

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

Syntax

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

Property Value

Type: System.String

See Also

CloudServiceGetResponse.Resource Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top