View.ContentTypeId Property
Gets or sets the identifier of the content type with which the view is associated so that the view is available only on folders of this content type.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property ContentTypeId As ContentTypeId
Get
Set
'Usage
Dim instance As View
Dim value As ContentTypeId
value = instance.ContentTypeId
instance.ContentTypeId = value
[RemoteAttribute]
public ContentTypeId ContentTypeId { get; set; }
Property Value
Type: Microsoft.SharePoint.Client.ContentTypeId
Returns a ContentTypeId instance representing the identifier of the content type with which the view is associated so that the view is available only on folders of this content type.