Share via


SPWebSequence.ApplicableWebTemplate property

If this site sequence is only applicable to a special root web template, return the number. otherwise, return 0.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ApplicableWebTemplate As Integer
    Get
'Usage
Dim instance As SPWebSequence
Dim value As Integer

value = instance.ApplicableWebTemplate
public virtual int ApplicableWebTemplate { get; }

Property value

Type: System.Int32

See also

Reference

SPWebSequence class

SPWebSequence members

Microsoft.SharePoint.Upgrade namespace