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.
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