SPCalendarDataSource.GetViewNames Method
Returns the collection of view names.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Function GetViewNames As ICollection
'Usage
Dim returnValue As ICollection
returnValue = Me.GetViewNames()
protected ICollection GetViewNames()
Return Value
Type: System.Collections.ICollection