is_feature_supported method

is_feature_supported

Returns the value that indicates whether the feature is supported.

Returns

true if the feature is supported; otherwise, false.

def is_feature_supported(self, feature_name):
    ...
Parameter Type Description
feature_name System.String The feature name.

See Also