SPWebService.EnableCdn property
Whether to enable a Content Delivery Network for downloading script and style files
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EnableCdn As Boolean
Get
Set
'Usage
Dim instance As SPWebService
Dim value As Boolean
value = instance.EnableCdn
instance.EnableCdn = value
public bool EnableCdn { get; set; }
Property value
Type: System.Boolean