Share via


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