SPRecycleBinItem.DeletedByEmail property
取得已刪除項目之使用者的電子郵件地址。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property DeletedByEmail As String
Get
'用途
Dim instance As SPRecycleBinItem
Dim value As String
value = instance.DeletedByEmail
public string DeletedByEmail { get; }
Property value
Type: System.String
內含刪除項目之使用者的電子郵件地址的字串。