Activity.ImplementationVersion Property

Definition

Gets or sets the version of the implementation used.

protected public:
 virtual property Version ^ ImplementationVersion { Version ^ get(); void set(Version ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.ImplementationVersionConverter))]
protected internal virtual Version ImplementationVersion { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.ImplementationVersionConverter))>]
member this.ImplementationVersion : Version with get, set
Protected Friend Overridable Property ImplementationVersion As Version

Property Value

The version of the implementation.

Attributes

Applies to