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
systemType
Type: Microsoft.BusinessData.MetadataModel.SystemTypeThe type of the external system.
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