Share via


LogFileEntry.EventID property

The Event ID for the log file entry.

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property EventID As String
    Get
    Set
'Usage
Dim instance As LogFileEntry
Dim value As String

value = instance.EventID

instance.EventID = value
public string EventID { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

LogFileEntry class

LogFileEntry members

Microsoft.SharePoint.Diagnostics namespace