EntitySet<TEntity>.ICollection<TEntity>.IsReadOnly - Propriété
Non implémenté.
Espace de noms : Microsoft.SharePoint.Linq
Assembly : Microsoft.SharePoint.Linq (dans Microsoft.SharePoint.Linq.dll)
Syntaxe
'Déclaration
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of TEntity).IsReadOnly
Get
'Utilisation
Dim instance As EntitySet
Dim value As Boolean
value = CType(instance, ICollection(Of TEntity)).IsReadOnly
boolICollection<TEntity>.IsReadOnly { get; }
Valeur de propriété
Type : System.Boolean
Implémentations
Exceptions
Exception | Condition |
---|---|
NotImplementedException | Cette méthode est appelée. |