Share via


DatabaseEventLog.EventSubtype Property

 

Optional. Gets the event sub type of the event log.

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

Syntax

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

Property Value

Type: System.String

See Also

DatabaseEventLog Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top