SkillInformation.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PackageVersion used to differentiate between versions of the same skill contract.
public:
property Windows::ApplicationModel::PackageVersion Version { Windows::ApplicationModel::PackageVersion get(); };
public Windows.ApplicationModel.PackageVersion Version { get; }
member this.Version : Windows.ApplicationModel.PackageVersion
Public ReadOnly Property Version As PackageVersion
Property Value
- Windows.ApplicationModel.PackageVersion
PackageVersion used to differentiate between versions of the same skill contract.
Implements
Microsoft.AI.Skills.SkillInterfacePreview.ISkillInformation.Version