View.ContentTypeId - Propriété
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.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property ContentTypeId As ContentTypeId
Get
Set
'Utilisation
Dim instance As View
Dim value As ContentTypeId
value = instance.ContentTypeId
instance.ContentTypeId = value
public ContentTypeId ContentTypeId { get; set; }
Valeur de propriété
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.