SPApp.SourceState property
Gets the current state of the app in the app source.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property SourceState As SPAppSourceState
Get
'Usage
Dim instance As SPApp
Dim value As SPAppSourceState
value = instance.SourceState
public SPAppSourceState SourceState { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPAppSourceState
The current state of the app.