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.
Indicates whether the parent object is a List or a Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property Type As SPObjectType
Get
Private Set
'Usage
Dim instance As SPWebListInfo
Dim value As SPObjectType
value = instance.Type
public SPObjectType Type { get; private set; }
Property Value
Type: Microsoft.SharePoint.SPObjectType
A SPObjectType indicating Web or List.