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.