Share via


DatabaseEventLog.EventSubtypeDescription Property

 

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

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top