SPWebService.CorporateCuratedGalleryAppQueryInterval property
The interval that each frontend in the farm will check the app installed state of the corporate curated gallery. The setting is in seconds.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CorporateCuratedGalleryAppQueryInterval As Integer
Get
Set
'Usage
Dim instance As SPWebService
Dim value As Integer
value = instance.CorporateCuratedGalleryAppQueryInterval
instance.CorporateCuratedGalleryAppQueryInterval = value
public int CorporateCuratedGalleryAppQueryInterval { get; set; }
Property value
Type: System.Int32