SPEventCollectionSetting.ProviderId property
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ProviderId As Guid
Get
Set
'Usage
Dim instance As SPEventCollectionSetting
Dim value As Guid
value = instance.ProviderId
instance.ProviderId = value
public Guid ProviderId { get; set; }
Property value
Type: System.Guid
See also
Reference
SPEventCollectionSetting class