is_feature_disabled


Description:

[ Version ( since = "2.72" ) ]
public bool is_feature_disabled (Type feature_type)

Get whether SessionFeatures of the given feature_type (or a subclass of that type) are disabled on this.

See disable_feature.

Parameters:

this

a Message

feature_type

the Type of a SessionFeature

Returns:

true if feature is disabled, or false otherwise.