DatabaseEventLog::NumberOfEvents Property

 

Optional. Gets the number of events of the event log.

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

public:
property int NumberOfEvents {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: