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)
Available in Sandboxed Solutions: No
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
Remarks
This property always returns true.
See Also
Reference
SPFarmManagedAccountCollection Class