SyncedListLoader.Items Property
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Items As ArrayList
Get
'Usage
Dim instance As SyncedListLoader
Dim value As ArrayList
value = instance.Items
public virtual ArrayList Items { get; }
Property Value
Type: System.Collections.ArrayList