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.