WebServiceEntityInstance Constructor (SharedEntityState, Object)

NOTE: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Sub New ( _
    sharedEntityState As SharedEntityState, _
    adapterObject As Object _
)
'Usage
Dim sharedEntityState As SharedEntityState
Dim adapterObject As Object

Dim instance As New WebServiceEntityInstance(sharedEntityState, _
    adapterObject)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public WebServiceEntityInstance(
    SharedEntityState sharedEntityState,
    Object adapterObject
)

Parameters

See Also

Reference

WebServiceEntityInstance Class

WebServiceEntityInstance Members

WebServiceEntityInstance Overload

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService Namespace