SPWebService.EnableCdn property
是否要啟用下載指令碼及樣式檔案的內容傳遞網路
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property EnableCdn As Boolean
Get
Set
'用途
Dim instance As SPWebService
Dim value As Boolean
value = instance.EnableCdn
instance.EnableCdn = value
public bool EnableCdn { get; set; }
Property value
Type: System.Boolean