SharedEntityState.SystemSpecificEntityInstanceType Property

NOTE: This API is now obsolete.

Gets the type of the entity instance—database or Web service.

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)> _
Public ReadOnly Property SystemSpecificEntityInstanceType As Type
    Get
'Usage
Dim instance As SharedEntityState
Dim value As Type

value = instance.SystemSpecificEntityInstanceType
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public Type SystemSpecificEntityInstanceType { get; }

Property Value

Type: System.Type
? enum values

See Also

Reference

SharedEntityState Class

SharedEntityState Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace