SPWebApplicationBuilder.Id property
取得或設定的 Web 應用程式的識別碼。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Id As Guid
Get
Set
'用途
Dim instance As SPWebApplicationBuilder
Dim value As Guid
value = instance.Id
instance.Id = value
public Guid Id { get; set; }
Property value
Type: System.Guid
字串,包含識別 Web 應用程式的 GUID。