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