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