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 name of the source component of the error.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<IgnoreDataMemberAttribute> _
Public ReadOnly Property SourceName As String
Get
'Usage
Dim instance As SPAppInstanceErrorDetails
Dim value As String
value = instance.SourceName
[IgnoreDataMemberAttribute]
public string SourceName { get; }
Property value
Type: System.String
See also
Reference
SPAppInstanceErrorDetails class