GlobalPersonalSitesListSyncedListLoader.Items Property
Gets an array of items that represent the list of global personal site locations.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Items As ArrayList
Get
'Usage
Dim instance As GlobalPersonalSitesListSyncedListLoader
Dim value As ArrayList
value = instance.Items
public override ArrayList Items { get; }
Property Value
Type: System.Collections.ArrayList
An ArrayList that holds the items.
See Also
Reference
GlobalPersonalSitesListSyncedListLoader Class