Share via


LobSystem.SystemUtilityType Property

NOTE: This API is now obsolete.

Specifies whether the business application's system utility is of type Web Service or database.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
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 SystemUtilityType As Type
    Get
'Usage
Dim instance As LobSystem
Dim value As Type

value = instance.SystemUtilityType
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public Type SystemUtilityType { 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

LobSystem Class

LobSystem Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace