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