Share via


SPBlockedSolutionCollection.Count Property

The total number of blocked solutions.

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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