DataFormWebPart.ViewContentTypeId-Eigenschaft
Gibt die Ansicht Inhaltstyp-ID für die bestimmte Ansicht an.
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; }
Eigenschaftswert
Typ: System.String
Hinweise
Verwendet nur für DataFormWebPart -Objekte aus einer Listenansicht konvertiert.