Share via


CloudServiceListResponse.CloudService.AddOnResource.Type Property

 

Optional. The type of store item.

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

Syntax

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

Property Value

Type: System.String

See Also

CloudServiceListResponse.CloudService.AddOnResource Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top