SPAppDisplayData.ShowInStoreFront property
Gets whether this feature is to be shown in the store front as a SharePoint app.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ShowInStoreFront As Boolean
Get
'Usage
Dim instance As SPAppDisplayData
Dim value As Boolean
value = instance.ShowInStoreFront
public bool ShowInStoreFront { get; }
Property value
Type: System.Boolean
true if the feature is shown in the store front as a SharePoint app, otherwise false.