SharedResourceProvider12.GetSharedObjectProperties method

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 Function GetSharedObjectProperties ( _
    sharedApplicationId As Guid _
) As IDictionary(Of String, Object)
'Usage
Dim instance As SharedResourceProvider12
Dim sharedApplicationId As Guid
Dim returnValue As IDictionary(Of String, Object)

returnValue = instance.GetSharedObjectProperties(sharedApplicationId)
public IDictionary<string, Object> GetSharedObjectProperties(
    Guid sharedApplicationId
)

Parameters

Return value

Type: System.Collections.Generic.IDictionary<String, Object>
Returns IDictionary<TKey, TValue>.

See also

Reference

SharedResourceProvider12 class

SharedResourceProvider12 members

Microsoft.Office.Server.Upgrade namespace