SPListItem.ContentType-Eigenschaft
Ruft den Inhaltstyp, der das Element zugeordnet ist.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ContentType As SPContentType
Get
'Usage
Dim instance As SPListItem
Dim value As SPContentType
value = instance.ContentType
public SPContentType ContentType { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.SPContentType
Ein SPContentType -Objekt, das den Inhaltstyp darstellt.