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