LocationConfigurationCollection.IsReadOnly property

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

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

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

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

Property value

Type: System.Boolean

Remarks

A collection that is read-only does not allow anyone other than the administrator to add, remove, or modify elements after the collection is created.

See also

Reference

LocationConfigurationCollection class

LocationConfigurationCollection members

Microsoft.Office.Server.Search.Administration namespace