共用方式為


SPWebService.DisableCoauthoring property

如果這個屬性會設為 false,共用的檔案鎖定已啟用 coauthoring Office 文件

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property DisableCoauthoring As Boolean
    Get
    Set
'用途
Dim instance As SPWebService
Dim value As Boolean

value = instance.DisableCoauthoring

instance.DisableCoauthoring = value
public bool DisableCoauthoring { get; set; }

Property value

Type: System.Boolean
傳回 Boolean

請參閱

參照

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace