SPView.ContentTypeId-Eigenschaft
Ruft ab oder legt die ID des Inhaltstyps, dem die Ansicht zugeordnet ist, damit die Ansicht nur in Ordnern dieses Inhaltstyps verfügbar ist.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ContentTypeId As SPContentTypeId
Get
Set
'Usage
Dim instance As SPView
Dim value As SPContentTypeId
value = instance.ContentTypeId
instance.ContentTypeId = value
public SPContentTypeId ContentTypeId { get; set; }
Eigenschaftswert
Typ: Microsoft.SharePoint.SPContentTypeId
Ein SPContentTypeId -Objekt, das ID des Inhaltstyps darstellt, der die Ansicht zugeordnet ist.