Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the business application's entity instance is of type Web Service or database.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property SystemEntityType As Type
Get
'Usage
Dim instance As LobSystem
Dim value As Type
value = instance.SystemEntityType
public Type SystemEntityType { get; }
Property Value
Type: System.Type
A string containing Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService.WebServiceSystemUtility or Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Database.DatabaseSystemUtility.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace