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
- providerId
Type: System.Guid
- matchAnyKeywords
Type: System.UInt64
- level
Type: System.Byte
- isEnabled
Type: System.Boolean
See also
Reference
SPEventCollectionSetting class
SPEventCollectionSetting members