ActivationErrorRecordStruct.ErrorCode Property
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