AppTile.IsCorporateCatalogSite property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsCorporateCatalogSite As Boolean
Get
'Usage
Dim instance As AppTile
Dim value As Boolean
value = instance.IsCorporateCatalogSite
public bool IsCorporateCatalogSite { get; }
Property value
Type: System.Boolean