Schedule.ICollection<Object>.IsReadOnly Property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of Object).IsReadOnly
Get
'Usage
Dim instance As Schedule
Dim value As Boolean
value = CType(instance, ICollection(Of Object)).IsReadOnly
bool ICollection<Object>.IsReadOnly { get; }
Property Value
Type: System.Boolean