SPWebService.EnableSideBySide property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EnableSideBySide As Boolean
Get
Set
'Usage
Dim instance As SPWebService
Dim value As Boolean
value = instance.EnableSideBySide
instance.EnableSideBySide = value
public bool EnableSideBySide { get; set; }
Property value
Type: System.Boolean