ListViewWebPart.ViewContentTypeId Property

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

Syntax

<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ViewContentTypeId As String
    Get
    Set

Dim instance As ListViewWebPart
Dim value As String

value = instance.ViewContentTypeId

instance.ViewContentTypeId = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string ViewContentTypeId { get; set; }

Property Value

Type: System.String

See Also

Reference

ListViewWebPart Class

ListViewWebPart Members

Microsoft.SharePoint.WebPartPages Namespace