BdcServiceApplicationProxy.IsSystemTypeEnabled Method

Indicates whether the specified external system type is enabled for execution.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function IsSystemTypeEnabled ( _
    systemType As SystemType _
) As Boolean
'Usage
Dim instance As BdcServiceApplicationProxy
Dim systemType As SystemType
Dim returnValue As Boolean

returnValue = instance.IsSystemTypeEnabled(systemType)
public bool IsSystemTypeEnabled(
    SystemType systemType
)

Parameters

Return Value

Type: System.Boolean
true if the system type is enabled for execution; otherwise, false.

Remarks

This method returns a value that indicates whether the system type specified by the systemType parameter is enabled for execution.

See Also

Reference

BdcServiceApplicationProxy Class

BdcServiceApplicationProxy Members

Microsoft.SharePoint.BusinessData.SharedService Namespace