Data Object - LicenseFeatureInfo

Property of
LicenseAvailabilityInfo, LicenseExpiredEvent, LicenseManager, LicenseUsageInfo, NoLicenseEvent
Returned by
QuerySupportedFeatures
Extends
DynamicData
See also
LicenseFeatureInfoState

Data Object Description

A single feature that can be licensed. This information is immutable.

Properties

Name Type Description
costUnitxsd:string

Each license has a cost associated with it and the value of costUnit specifies the applicable unit.


See LicenseFeatureInfoUnit

dependentKey*xsd:string[]

Report List of feature keys used by this edition.

Since VI API 2.5
edition*xsd:boolean

Flag to indicate whether the feature is an edition.

Since VI API 2.5
expiresOn*xsd:dateTime

Date representing the expiration date

Since VI API 2.5
featureDescription*xsd:string

A human readable description of what function this feature enables.

Since VI API 2.5
featureNamexsd:string

The display string for the feature name.
keyxsd:string

Unique identifier for license as defined in License source data. Max length of this string is 64 characters of ASCII/ISO Latin-1 character set.
sourceRestriction*xsd:string

Describe any restriction on the source of a license for this feature.


See LicenseFeatureInfoSourceRestriction

Since VI API 2.5
state*LicenseFeatureInfoState

Describes the state of the feature based on the current edition license. This property is unset for an edition license.
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set
Show WSDL type definition