Share via


SPDeploymentObject.Type Property

Gets or sets the data type for the deployment object by specifying a value in the SPDeploymentObjectType enumeration.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Type As SPDeploymentObjectType
    Get
    Set
'Usage
Dim instance As SPDeploymentObject
Dim value As SPDeploymentObjectType

value = instance.Type

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

Property Value

Type: Microsoft.SharePoint.Deployment.SPDeploymentObjectType
Returns an SPDeploymentObjectType enumeration value.

See Also

Reference

SPDeploymentObject Class

SPDeploymentObject Members

Microsoft.SharePoint.Deployment Namespace