SPUserCodeTypeDefinition.ShouldIgnore property
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ShouldIgnore As Boolean
Get
'Usage
Dim instance As SPUserCodeTypeDefinition
Dim value As Boolean
value = instance.ShouldIgnore
public bool ShouldIgnore { get; }
Property value
Type: System.Boolean
See also
Reference
SPUserCodeTypeDefinition class