SPAnalyticsUsageEntry.AppEventTypeId property
Gets or sets the app event type.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property AppEventTypeId As Guid
Get
Set
'Usage
Dim instance As SPAnalyticsUsageEntry
Dim value As Guid
value = instance.AppEventTypeId
instance.AppEventTypeId = value
[DataMemberAttribute]
public Guid AppEventTypeId { get; set; }
Property value
Type: System.Guid