SPWebSequence.RootWebOnly property
Return true if this sequence only applies to rootwebs
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property RootWebOnly As Boolean
Get
'Usage
Dim instance As SPWebSequence
Dim value As Boolean
value = instance.RootWebOnly
public virtual bool RootWebOnly { get; }
Property value
Type: System.Boolean