SPRequestUsageEntry.WebApplicationId property

A GUID uniquely identifying Web Application for the request.

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

Syntax

'Declaration
Public Property WebApplicationId As Guid
    Get
    Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Guid

value = instance.WebApplicationId

instance.WebApplicationId = value
public Guid WebApplicationId { get; set; }

Property value

Type: System.Guid
Returns Guid.

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace