VariableCreateProperties.Description Property

 

Optional. Gets or sets the description of the variable.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top