Freigeben über


SPView.DefaultViewForContentType-Eigenschaft

Ruft ab oder legt einen booleschen Wert, der angibt, ob die Ansicht die Standardansicht für den zugeordneten Inhaltstyp.

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

Syntax

'Declaration
Public Property DefaultViewForContentType As Boolean
    Get
    Set
'Usage
Dim instance As SPView
Dim value As Boolean

value = instance.DefaultViewForContentType

instance.DefaultViewForContentType = value
public bool DefaultViewForContentType { get; set; }

Eigenschaftswert

Typ: System.Boolean
true, wenn die Ansicht die Standardansicht ist; andernfalls false.

Siehe auch

Referenz

SPView Klasse

SPView-Member

Microsoft.SharePoint-Namespace