DatabaseGetEventLogsParameters.EventTypes Property
Required. Gets or sets the event types to retrieve.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string EventTypes { get; set; }
public:
property String^ EventTypes {
String^ get();
void set(String^ value);
}
member EventTypes : string with get, set
Public Property EventTypes As String
Property Value
Type: System.String
See Also
DatabaseGetEventLogsParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top