AbstractInstance.CanUseAdapterObjectSampling Method

NOTE: This API is now obsolete.

When overridden in a derived class, determines whether the instance can use adapter object sampling.

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

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Protected Overridable Function CanUseAdapterObjectSampling As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.CanUseAdapterObjectSampling()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
protected virtual bool CanUseAdapterObjectSampling()

Return Value

Type: System.Boolean
true if the instance can use the adapter object sampling; otherwise, false.

See Also

Reference

AbstractInstance Class

AbstractInstance Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace