Share via


IFeatureManifest.Version Property

Definition

Gets or sets a System.Version-compliant representation of the version of the feature. This value can be up to four numbers separated by decimals.

public:
 property Version ^ Version { Version ^ get(); void set(Version ^ value); };
public Version Version { get; set; }
member this.Version : Version with get, set
Public Property Version As Version

Property Value

A Version value representing the version of the feature.

Applies to