Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Type As EventLogEntryEventType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As EventLogEntry Dim value As EventLogEntryEventType value = instance.Type |
C# | |
---|---|
public EventLogEntryEventType Type {get;} |
C++/CLI | |
---|---|
public: property EventLogEntryEventType Type { EventLogEntryEventType get(); } |
Property Value
Check the EventLogEntryEventType for available log types.For an example, refer to Leadtools.Jpip.Server.JpipServer.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7