Свойство ContentType.Parent
Gets the parent content type of the content type.
Пространство имен: 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 ReadOnly Property Parent As ContentType
Get
'Применение
Dim instance As ContentType
Dim value As ContentType
value = instance.Parent
public ContentType Parent { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.ContentType
A ContentType object that represents the parent content type.