Share via


CloudServiceGetResponse.Resource.ResourceProviderNamespace Property

 

Optional. Namespace identifier for the resource provider.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.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.Scheduler.Models Namespace

Return to top