Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.