SharedResourceProvider12.ProjectSites12 property

Used to get the internal state when upgrading a Shared Services Provider (SSP) from Microsoft Office SharePoint Server 2007 to Microsoft SharePoint Server 2010. For more information, contact us.

Namespace:  Microsoft.Office.Server.Upgrade
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public ReadOnly Property ProjectSites12 As IList(Of ProjectSite12)
    Get
'Usage
Dim instance As SharedResourceProvider12
Dim value As IList(Of ProjectSite12)

value = instance.ProjectSites12
public IList<ProjectSite12> ProjectSites12 { get; }

Property value

Type: System.Collections.Generic.IList<ProjectSite12>
Returns IList<T>.

See also

Reference

SharedResourceProvider12 class

SharedResourceProvider12 members

Microsoft.Office.Server.Upgrade namespace