ContentTypeCreationInformation.ParentContentType 属性
Gets or sets a value that specifies the parent content type for the content type that will be constructed.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Property ParentContentType As ContentType
Get
Set
用法
Dim instance As ContentTypeCreationInformation
Dim value As ContentType
value = instance.ParentContentType
instance.ParentContentType = value
public ContentType ParentContentType { get; set; }
属性值
类型:Microsoft.SharePoint.Client.ContentType
Returns a ContentType instance representing the parent content type for the content type that will be constructed.
备注
The list the parent content type belongs to must be 空引用(无 在 Visual Basic 中).
另请参阅
引用
ContentTypeCreationInformation 类