AppInstanceErrorDetails.Source property

Gets the source component of the error.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Source As AppInstanceErrorSource
    Get
    Set
'Usage
Dim instance As AppInstanceErrorDetails
Dim value As AppInstanceErrorSource

value = instance.Source

instance.Source = value
public AppInstanceErrorSource Source { get; set; }

Property value

Type: Microsoft.SharePoint.Client.AppInstanceErrorSource
The source component of the error.

See also

Reference

AppInstanceErrorDetails class

AppInstanceErrorDetails members

Microsoft.SharePoint.Client namespace