Share via


SPBlockedSolutionCollection.Count property

The total number of blocked solutions.

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

Syntax

'Declaration
Public ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As SPBlockedSolutionCollection
Dim value As Integer

value = instance.Count
public int Count { get; }

Property value

Type: System.Int32
The number of blocked solutions.

Implements

ICollection<T>.Count

See also

Reference

SPBlockedSolutionCollection class

SPBlockedSolutionCollection members

Microsoft.SharePoint.UserCode namespace