AutomationResource.Plan Property

 

Optional. Gets or sets the plan for this item as selected by the user.

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

AutomationResource Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top