Share via


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

ActivationErrorRecordStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace