DataFormWebPart.ViewContentTypeId Property
Indicates the view content type ID for the specific view.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<BrowsableAttribute(False)> _
Public Property ViewContentTypeId As String
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As String
value = instance.ViewContentTypeId
instance.ViewContentTypeId = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[BrowsableAttribute(false)]
public string ViewContentTypeId { get; set; }
Property Value
Type: System.String
Remarks
Used only for DataFormWebPart objects converted from a list view.