SPContentDatabaseExtension.MainSequenceType property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property MainSequenceType As Type
Get
'Usage
Dim instance As SPContentDatabaseExtension
Dim value As Type
value = instance.MainSequenceType
public abstract Type MainSequenceType { get; }
Property value
Type: System.Type
See also
Reference
SPContentDatabaseExtension class