[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Searches for all registered SDK services. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim product As Product
Dim returnValue As IList(Of Pair(Of String, String))

returnValue = SDKServiceConnector.FindSDKServices(product)

Syntax

Visual Basic
Public Shared Function FindSDKServices ( _
		product As Product _
) As IList(Of Pair(Of String, String))
C#
public static IList<Pair<string,string>> FindSDKServices (
		Product product
)
C++
public:
static IList<Pair<String^, String^>^>^ FindSDKServices (
		Product^ product
)
J#
public static IList<Pair<String,String>> FindSDKServices (
		Product product
)
JScript
public static function FindSDKServices (
		product : Product
) : IList<Pair<String,String>>

Parameters

product

The product type.

Return Value

Returns IList. A collection of string pairs that contain the registered SDK services.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also