[This is preliminary documentation and is subject to change.]

Gets the calendar view for a property

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected CalendarView GetCalendarView(
	int index
)
Visual Basic (Declaration)
Protected Function GetCalendarView ( _
	index As Integer _
) As CalendarView
Visual C++
protected:
CalendarView GetCalendarView(
	int index
)

Parameters

index
Type: System..::.Int32
The index of the property

Return Value

The value of the property

See Also