SPAppUsageEntry.EventId property

Gets or sets the app monitoring event identifier.

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

Syntax

'Declaration
Public Property EventId As Integer
    Get
    Set
'Usage
Dim instance As SPAppUsageEntry
Dim value As Integer

value = instance.EventId

instance.EventId = value
public int EventId { get; set; }

Property value

Type: System.Int32
The app monitoring identifier.

See also

Reference

SPAppUsageEntry class

SPAppUsageEntry members

Microsoft.SharePoint.Administration namespace