共用方式為


SPFarmManagedAccountCollection.IsReadOnly property

取得一個值,指出集合是唯讀屬性。

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

Syntax

'宣告
Public ReadOnly Property IsReadOnly As Boolean
    Get
'用途
Dim instance As SPFarmManagedAccountCollection
Dim value As Boolean

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

Property value

Type: System.Boolean
true集合是唯讀的 ; 如果否則,請false。

Implements

ICollection<T>.IsReadOnly

備註

此屬性一定會傳回true。

請參閱

參照

SPFarmManagedAccountCollection class

SPFarmManagedAccountCollection members

Microsoft.SharePoint.Administration namespace