View full article

LicenseFeature Class

Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll

Represents a license feature. A feature has a name and a value. Since the type of the value varies depending on the feature, it is of an object type.

Inheritance

Syntax

public class LicenseFeature

Constructors

Name Description
LicenseFeature()

Properties

Name Description
Name

The name of the feature.

Value

The value of the feature.

Extension Methods

ApiFilter.FilterFor<T>(T, Nullable<ApiVersion>)