共用方式為


SPWebService.CoauthoringMaxAuthors property

預設值為允許每次 coauthor 文件的使用者數目上限

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

Syntax

'宣告
Public Property CoauthoringMaxAuthors As Integer
    Get
    Set
'用途
Dim instance As SPWebService
Dim value As Integer

value = instance.CoauthoringMaxAuthors

instance.CoauthoringMaxAuthors = value
public int CoauthoringMaxAuthors { get; set; }

Property value

Type: System.Int32
傳回 Int32

請參閱

參照

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace