Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or gets the cause of the activation error.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ErrorCode As Integer
Get
Set
'Usage
Dim instance As ActivationErrorRecordStruct
Dim value As Integer
value = instance.ErrorCode
instance.ErrorCode = value
public int ErrorCode { get; set; }
Property Value
Type: System.Int32
The cause of the activation error.
See Also
Reference
ActivationErrorRecordStruct Class