共用方式為


SPList.IsPrivate property

取得 Boolean 值,指出是否文件庫為私人的清單與受限制權限,例如的解決方案。

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

Syntax

'宣告
Public ReadOnly Property IsPrivate As Boolean
    Get
'用途
Dim instance As SPList
Dim value As Boolean

value = instance.IsPrivate
public bool IsPrivate { get; }

Property value

Type: System.Boolean
如果文件庫的私用的清單,則為 true否則為 false。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace