SPWebService.CdnPrefix property
If a CDN is enabled, the string to use as the prefix for generated script and style URLs
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CdnPrefix As String
Get
Set
'Usage
Dim instance As SPWebService
Dim value As String
value = instance.CdnPrefix
instance.CdnPrefix = value
public string CdnPrefix { get; set; }
Property value
Type: System.String