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 ID of the authenticated cache profile in the Cache Profiles list.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property AuthenticatedCacheProfileId As Integer
Get
'Usage
Dim instance As PageLayout
Dim value As Integer
value = instance.AuthenticatedCacheProfileId
public int AuthenticatedCacheProfileId { get; }
Property Value
Type: System.Int32
The ID of the authenticated cache profile in the Cache Profiles list.
Remarks
If the return value is -1, no profile is selected.