Version

IsActivityFeatureSupported(ActivityBase,ActivityFeature) Method

Indicates whether the specified feature is supported for the activities of the specified type.
Syntax
'Declaration
 
Public Overloads Function IsActivityFeatureSupported( _
   ByVal activity As ActivityBase, _
   ByVal activityFeature As ActivityFeature _
) As Boolean
public bool IsActivityFeatureSupported( 
   ActivityBase activity,
   ActivityFeature activityFeature
)

Parameters

activity
Activity object to check if the specified feature is supported.
activityFeature
Feature to check for support.

Return Value

True if the feature is supported. False otherwise.
Remarks

Whether a feature is supported is dependent upon the capabilities of the underlying schedule data connector. For example, in the case of the list connector, a feature would be supported if the data source contains the necessary property or properties required to support the specified feature.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also