| SharePointListItems Property |
The items in the list
Namespace:
Galactic.SharePoint
Assembly:
Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public List<SharePointListItem> Items { get; }
Public ReadOnly Property Items As List(Of SharePointListItem)
Get
public:
property List<SharePointListItem^>^ Items {
List<SharePointListItem^>^ get ();
}
member Items : List<SharePointListItem> with get
Property Value
Type:
ListSharePointListItemSee Also