_CalendarView.Standard Property

Returns a Boolean (bool in C#) value that indicates whether the CalendarView object is a built-in Outlook view. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Standard As Boolean
    Get
'Usage
Dim instance As _CalendarView
Dim value As Boolean

value = instance.Standard
[DispIdAttribute()]
bool Standard { get; }

Property Value

Type: System.Boolean

Remarks

The Reset method can only be used on a view if the value of this property is set to True.

See Also

Reference

_CalendarView Interface

_CalendarView Members

Microsoft.Office.Interop.Outlook Namespace