SPDeploymentErrorEventArgs.ErrorType property
Gets a SPDeploymentErrorType value that specifies the type of error.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorType As SPDeploymentErrorType
Get
'Usage
Dim instance As SPDeploymentErrorEventArgs
Dim value As SPDeploymentErrorType
value = instance.ErrorType
public SPDeploymentErrorType ErrorType { get; }
Property value
Type: Microsoft.SharePoint.Deployment.SPDeploymentErrorType
Returns an SPDeploymentErrorType value.
See also
Reference
SPDeploymentErrorEventArgs class