ActivationError.ErrorObject property
Gets or sets the metadata object that is related to this error.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Property ErrorObject As MetadataObject
Get
Set
'Usage
Dim value As MetadataObject
value = Me.ErrorObject
Me.ErrorObject = value
protected MetadataObject ErrorObject { get; set; }
Property value
Type: Microsoft.SharePoint.BusinessData.Administration.MetadataObject
The metadata object that is related to this error.