Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.