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

'Declaration
<BrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ViewContentTypeId As String
    Get
    Set
'Usage
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