共用方式為


SPRecycleBinItem.AuthorName property

取得最初建立此項目之使用者的顯示名稱。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property AuthorName As String
    Get
'用途
Dim instance As SPRecycleBinItem
Dim value As String

value = instance.AuthorName
public string AuthorName { get; }

Property value

Type: System.String
包含最初建立此項目之使用者的顯示名稱的字串。

請參閱

參照

SPRecycleBinItem class

SPRecycleBinItem members

Microsoft.SharePoint namespace