Share via


SPFarmManagedAccountCollection.IsReadOnly property

Gets a value that indicates whether the collection is read-only.

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

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
    Get
'Usage
Dim instance As SPFarmManagedAccountCollection
Dim value As Boolean

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

Property value

Type: System.Boolean
true if the collection is read-only; otherwise, false.

Implements

ICollection<T>.IsReadOnly

Remarks

This property always returns true.

See also

Reference

SPFarmManagedAccountCollection class

SPFarmManagedAccountCollection members

Microsoft.SharePoint.Administration namespace