Share via


WebPartAdder.Selector.Negated property

Gets a flag that indicates whether a Web Part is not included in a particular section of a site.

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

Syntax

'Declaration
Public ReadOnly Property Negated As Boolean
    Get
'Usage
Dim instance As WebPartAdder.Selector
Dim value As Boolean

value = instance.Negated
public bool Negated { get; }

Property value

Type: System.Boolean
true if the class is negated; otherwise, false.

See also

Reference

WebPartAdder.Selector structure

WebPartAdder.Selector members

Microsoft.SharePoint.WebPartPages namespace