Share via


SPWebListInfo.Type property

Indica se o objeto pai é uma lista ou um site da Web.

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

Syntax

'Declaração
Public Property Type As SPObjectType
    Get
    Private Set
'Uso
Dim instance As SPWebListInfo
Dim value As SPObjectType

value = instance.Type
public SPObjectType Type { get; private set; }

Property value

Type: Microsoft.SharePoint.SPObjectType
Um SPObjectType indicando Web ou lista.

Ver também

Referência

SPWebListInfo class

SPWebListInfo members

Microsoft.SharePoint namespace