SharePointSharingSettings.TabToShow property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TabToShow As Integer
Get
'Usage
Dim instance As SharePointSharingSettings
Dim value As Integer
value = instance.TabToShow
public int TabToShow { get; }
Property value
Type: System.Int32
See also
Reference
SharePointSharingSettings class