Share via


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