SPAuditEntry.ToString method
取得所有SPAuditEntry屬性的值為 XML 標記。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Function ToString As String
'用途
Dim instance As SPAuditEntry
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
傳回值
Type: System.String
String 代表稽核項目在 XML 中的所有資料。
備註
以下是值的範例ToString所傳回。為避免混淆已新增的縮排和行分隔符號。實際傳回的值沒有一個空白字元或分行符號。下列項目會出現在傳回的值: <AuditEntry>、 <SiteId>、 <ItemType>、 <Occurred>、 <Event>及<EventSource>。
其他元素是未出現在某些情況下,如下所示。
如果其值小於 0, <UserId>沒有。(「 系統 」 帳戶的使用者識別碼為-1)。
<LocationType>不存在,如果其值為Invalid。
永遠不存在的任何其他元素a null reference (Nothing in Visual Basic)時不顯示訊息 (請參閱上述)。
<AuditEntry>
<SiteId>4709294F-CCCC-4BA5-B6BF-329BF39FA1E4</SiteId>
<ItemId>936DA01F-9ABD-4d9d-80C7-02AF85C822A8</ItemId>
<ItemType>Document</ItemType>
<UserId>22</UserId>
<MachineName>SallyPC</MachineName>
<MachineIP>253.253.253.253</MachineIP>
<DocLocation>My Invoice Library</DocLocation>
<LocationType>Url</LocationType>
<Occurred>4/17/2006 2:22:48 PM</Occurred>
<Event>Custom</Event>
<EventName>InvoiceApproved</EventName>
<EventSource>SharePoint</EventSource>
<SourceName>My SharePoint Solution</SourceName>
<EventData>
<!-- See the EventData property for details about the kind -->
<!-- of markup that can be here. -->
</EventData>
<AuditEntry>