SharedEntityState.SystemSpecificEntityInstanceType Property
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
Public ReadOnly Property SystemSpecificEntityInstanceType As Type
Get
'Usage
Dim instance As SharedEntityState
Dim value As Type
value = instance.SystemSpecificEntityInstanceType
public Type SystemSpecificEntityInstanceType { get; }
Property Value
Type: System.Type
? enum values
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace