SPDeploymentErrorEventArgs.Recommendation Property
Gets a string that represents the recommended action for the specified error.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Recommendation As String
Get
'Usage
Dim instance As SPDeploymentErrorEventArgs
Dim value As String
value = instance.Recommendation
public string Recommendation { get; }
Property Value
Type: System.String
Returns the string representation of the recommended action.
See Also
Reference
SPDeploymentErrorEventArgs Class