RecycleBinItem.DeletedBy 屬性
取得值,指定刪除資源回收筒項目的使用者。
命名空間: 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 DeletedBy As User
Get
'用途
Dim instance As RecycleBinItem
Dim value As User
value = instance.DeletedBy
public User DeletedBy { get; }
屬性值
類型:Microsoft.SharePoint.Client.User
傳回代表刪除資源回收筒項目之使用者的User執行個體。
例外狀況
例外狀況 | 條件 |
---|---|
[Microsoft.SharePoint.SPException] | 找不到使用者。錯誤碼 ︰-2146232832。 |
[System.UnauthorizedAccessException] | 存取。錯誤碼 ︰-2147024891。 |