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