Share via


SPEventCollectionSetting constructor (Guid, UInt64, Byte, Boolean)

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

Syntax

'Declaration
Public Sub New ( _
    providerId As Guid, _
    matchAnyKeywords As ULong, _
    level As Byte, _
    isEnabled As Boolean _
)
'Usage
Dim providerId As Guid
Dim matchAnyKeywords As ULong
Dim level As Byte
Dim isEnabled As Boolean

Dim instance As New SPEventCollectionSetting(providerId, _
    matchAnyKeywords, level, isEnabled)
public SPEventCollectionSetting(
    Guid providerId,
    ulong matchAnyKeywords,
    byte level,
    bool isEnabled
)

Parameters

See also

Reference

SPEventCollectionSetting class

SPEventCollectionSetting members

SPEventCollectionSetting overload

Microsoft.SharePoint.Diagnostics namespace