Partager via


SPDeploymentObject.Type - Propriété

Obtient ou définit le type de données pour l'objet de déploiement en spécifiant une valeur dans l'énumération SPDeploymentObjectType .

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

Syntaxe

'Déclaration
Public Property Type As SPDeploymentObjectType
    Get
    Set
'Utilisation
Dim instance As SPDeploymentObject
Dim value As SPDeploymentObjectType

value = instance.Type

instance.Type = value
public SPDeploymentObjectType Type { get; set; }

Valeur de propriété

Type : Microsoft.SharePoint.Deployment.SPDeploymentObjectType
Retourne une valeur d'énumération SPDeploymentObjectType .

Voir aussi

Référence

SPDeploymentObject classe

SPDeploymentObject - Membres

Microsoft.SharePoint.Deployment - Espace de noms