Share via


CloudServiceListResponse.CloudService.AddOnResource.Plan Property

 

Optional. The plan for this item as selected by the user.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top