SPAppInstanceErrorDetails.Source property
Gets the source component of the error.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Source As SPAppInstanceErrorSource
Get
Set
'Usage
Dim instance As SPAppInstanceErrorDetails
Dim value As SPAppInstanceErrorSource
value = instance.Source
instance.Source = value
[DataMemberAttribute]
public SPAppInstanceErrorSource Source { get; set; }
Property value
Type: Microsoft.SharePoint.Administration.SPAppInstanceErrorSource
See also
Reference
SPAppInstanceErrorDetails class