ListViewWebPart.ViewType-Eigenschaft
Ruft ab oder legt den Typ der Ansicht zur Anzeige in diesem Webpart.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.None)> _
Public Property ViewType As ViewType
Get
Set
'Usage
Dim instance As ListViewWebPart
Dim value As ViewType
value = instance.ViewType
instance.ViewType = value
[WebPartStorageAttribute(Storage.None)]
public ViewType ViewType { get; set; }
Eigenschaftswert
Typ: Microsoft.SharePoint.WebPartPages.ViewType
Wert aus der Microsoft.SharePoint.WebPartPages.ViewType -Enumeration.
Hinweise
Die ViewType -Eigenschaft ist schreibgeschützt.