Share via


ChangeConflictCollection.ICollection<ObjectChangeConflict>.IsReadOnly Property

Not implemented.

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

Syntax

'Declaration
Private ReadOnly Property IsReadOnly As Boolean
    Implements ICollection(Of ObjectChangeConflict).IsReadOnly
    Get
'Usage
Dim instance As ChangeConflictCollection
Dim value As Boolean

value = CType(instance, ICollection(Of ObjectChangeConflict)).IsReadOnly
boolICollection<ObjectChangeConflict>.IsReadOnly { get; }

Property Value

Type: System.Boolean

Implements

ICollection<T>.IsReadOnly

Exceptions

Exception Condition
NotImplementedException

This property is accessed.

See Also

Reference

ChangeConflictCollection Class

ChangeConflictCollection Members

Microsoft.SharePoint.Linq Namespace