Share via


JobStreamProperties.Summary Property

 

Optional. Gets or sets the summary.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top