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