DataFormWebPart.ViewContentTypeId Property

Indicates the view content type ID for the specific view.

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

Syntax

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

Dim instance As DataFormWebPart
Dim value As String

value = instance.ViewContentTypeId

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

Property Value

Type: System.String

Remarks

Used only for DataFormWebPart objects converted from a list view.

See Also

Reference

DataFormWebPart Class

DataFormWebPart Members

Microsoft.SharePoint.WebPartPages Namespace