DataFormWebPart.ViewContentTypeId property
Indicates the view content type ID for the specific view.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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; }
Type: System.String
Used only for DataFormWebPart objects converted from a list view.