This documentation is archived and is not being maintained.
ProviderMetadata::Events Property
Visual Studio 2008
Gets an enumerable collection of EventMetadata objects, each of which represents an event that is defined in the provider.
Assembly: System.Core (in System.Core.dll)
public: property IEnumerable<EventMetadata^>^ Events { IEnumerable<EventMetadata^>^ get (); }
Property Value
Type: System.Collections.Generic::IEnumerable<EventMetadata>Returns an enumerable collection of EventMetadata objects.
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: