SPDefaultSolutionValidator.ExcludedTypes property
Provides access to the collection of excluded types.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ExcludedTypes As ICollection(Of String)
Get
'Usage
Dim instance As SPDefaultSolutionValidator
Dim value As ICollection(Of String)
value = instance.ExcludedTypes
public ICollection<string> ExcludedTypes { get; }
Property value
Type: System.Collections.Generic.ICollection<String>
See also
Reference
SPDefaultSolutionValidator class