Share via


SPDefaultSolutionValidator.IncludedTypes property

Provides access to the collection of included types.

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

Syntax

'Declaration
Public ReadOnly Property IncludedTypes As ICollection(Of String)
    Get
'Usage
Dim instance As SPDefaultSolutionValidator
Dim value As ICollection(Of String)

value = instance.IncludedTypes
public ICollection<string> IncludedTypes { get; }

Property value

Type: System.Collections.Generic.ICollection<String>

See also

Reference

SPDefaultSolutionValidator class

SPDefaultSolutionValidator members

Microsoft.SharePoint.UserCode namespace