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)
Available in Sandboxed Solutions: No

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