ExCalendar.IsReadOnly Property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As ExCalendar
Dim value As Boolean
value = instance.IsReadOnly
[ComVisibleAttribute(false)]
public bool IsReadOnly { get; }
Property Value
Type: System.Boolean