ContentType.Parent - Propriété
Gets the parent content type of the 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 ReadOnly Property Parent As ContentType
Get
'Utilisation
Dim instance As ContentType
Dim value As ContentType
value = instance.Parent
public ContentType Parent { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.ContentType
A ContentType object that represents the parent content type.