Partager via


SPDeploymentObject.ParentId - Propriété

Obtient ou définit l'identificateur unique (GUID) de l'objet parent de l'objet de déploiement spécifié.

Espace de noms :  Microsoft.SharePoint.Deployment
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property ParentId As Guid
    Get
    Set
'Utilisation
Dim instance As SPDeploymentObject
Dim value As Guid

value = instance.ParentId

instance.ParentId = value
public Guid ParentId { get; set; }

Valeur de propriété

Type : System.Guid
Retourne le GUID de l'objet.

Voir aussi

Référence

SPDeploymentObject classe

SPDeploymentObject - Membres

Microsoft.SharePoint.Deployment - Espace de noms