ContentDeploymentSourceError.Error property
Gets the error type.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property Error As ContentDeploymentSourceErrorType
Get
Friend Set
'Usage
Dim instance As ContentDeploymentSourceError
Dim value As ContentDeploymentSourceErrorType
value = instance.Error
public ContentDeploymentSourceErrorType Error { get; internal set; }
Property value
Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentSourceErrorType
Error type.
See also
Reference
ContentDeploymentSourceError class