Compartilhar via


SPAppUsageEntry.WebId property

Obtém ou define o identificador da web.

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

Syntax

'Declaração
Public Property WebId As Guid
    Get
    Set
'Uso
Dim instance As SPAppUsageEntry
Dim value As Guid

value = instance.WebId

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

Property value

Type: System.Guid
O identificador da web.

Ver também

Referência

SPAppUsageEntry class

SPAppUsageEntry members

Microsoft.SharePoint.Administration namespace