Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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