Condividi tramite


LogFileEntry.Continuation Property

If the original log entry was split into smaller pieces because of the size, this value will return true.

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

Syntax

'Declaration
Public Property Continuation As Boolean
    Get
    Set
'Usage
Dim instance As LogFileEntry
Dim value As Boolean

value = instance.Continuation

instance.Continuation = value
public bool Continuation { get; set; }

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

LogFileEntry Class

LogFileEntry Members

Microsoft.SharePoint.Diagnostics Namespace