ChangeFolder.WebId 屬性
取得值,識別包含已變更資料夾的網站。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property WebId As Guid
Get
'用途
Dim instance As ChangeFolder
Dim value As Guid
value = instance.WebId
public Guid WebId { get; }
屬性值
類型:System.Guid
傳回代表包含變更的資料夾的網站Guid執行個體。
例外狀況
例外狀況 | 條件 |
---|---|
NotSupportedException | 變更欄位變更集合中的項目中的網站識別碼是null 參考 (未執行任何動作 於 Visual Basic 中)。錯誤碼:-1。 |