ULSLogEntry.EventID property
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property EventID As String
Get
Set
'Usage
Dim instance As ULSLogEntry
Dim value As String
value = instance.EventID
instance.EventID = value
[DataMemberAttribute]
public string EventID { get; set; }
Property value
Type: System.String