Share via


FeatureEdition.IsFeatureInSku(ProductFeatureType) Method

Definition

Specifies a value that indicates whether the feature is in Stock Keeping Unit.

public:
 virtual bool IsFeatureInSku(Microsoft::SQL::Chainer::Product::ProductFeatureType ^ feature);
public virtual bool IsFeatureInSku (Microsoft.SQL.Chainer.Product.ProductFeatureType feature);
abstract member IsFeatureInSku : Microsoft.SQL.Chainer.Product.ProductFeatureType -> bool
override this.IsFeatureInSku : Microsoft.SQL.Chainer.Product.ProductFeatureType -> bool
Public Overridable Function IsFeatureInSku (feature As ProductFeatureType) As Boolean

Parameters

feature
Microsoft.SQL.Chainer.Product.ProductFeatureType

The feature.

Returns

true if the feature is in Stock Keeping Unit; otherwise, false.

Applies to