Version

IsResourceFeatureSupported Method (ScheduleDataConnectorBase)

Indicates whether the specified feature is supported for the specified resource.
Syntax
'Declaration
 
Protected Friend Overridable Function IsResourceFeatureSupported( _
   ByVal resource As Resource, _
   ByVal resourceFeature As ResourceFeature _
) As Boolean
protected internal virtual bool IsResourceFeatureSupported( 
   Resource resource,
   ResourceFeature resourceFeature
)

Parameters

resource
Resource instance.
resourceFeature
Resource feature.

Return Value

True if the feature is supported. False otherwise.
Remarks

This method is used by the data manager to determine if the specified feature is supprted for a resource. If the feature is not supported, relevant user interface will be disabled or hidden in the schedule controls.

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