SPWebService.EnableSideBySide property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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; }
Type: System.Boolean