Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnItems As ArrayList
Get
'Usage
Dim instance As DailyTimeSlotRow
Dim value As ArrayList
value = instance.ColumnItems
public ArrayList ColumnItems { get; }
Property Value
Type: System.Collections.ArrayList