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.
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