共用方式為


SPAppUsageEntry.WebId property

取得或設定 web 識別碼。

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

Syntax

'宣告
Public Property WebId As Guid
    Get
    Set
'用途
Dim instance As SPAppUsageEntry
Dim value As Guid

value = instance.WebId

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

Property value

Type: System.Guid
Web 識別碼。

請參閱

參照

SPAppUsageEntry class

SPAppUsageEntry members

Microsoft.SharePoint.Administration namespace