BdcUri.Normalize Method (String)

NOTE: This API is now obsolete.

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Search
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Shared Function Normalize ( _
    uri As String _
) As BdcUri
'Usage
Dim uri As String
Dim returnValue As BdcUri

returnValue = BdcUri.Normalize(uri)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public static BdcUri Normalize(
    string uri
)

Parameters

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.Search.BdcUri

See Also

Reference

BdcUri Class

BdcUri Members

Normalize Overload

Microsoft.Office.Server.ApplicationRegistry.Search Namespace