CrashDumps.Processes Property

 

Optional. The names of the process you want to collect a crash dump for.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public IList<string> Processes { get; set; }
public:
property IList<String^>^ Processes {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
member Processes : IList<string> with get, set
Public Property Processes As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

See Also

CrashDumps Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top