SPAlternateUrlCollection.IsReadOnly property
Gets a value that indicates whether the collection can be modified.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As SPAlternateUrlCollection
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
Property value
Type: System.Boolean
true if the collection cannot be modified; otherwise, false.
Implements
See also
Reference
SPAlternateUrlCollection class