Share via


DatabaseGetEventLogsResponse.EventLogs Property

 

Optional. Gets or sets the collection of Azure SQL Database event logs.

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

Syntax

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

Property Value

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

See Also

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

Return to top