DynamicActivity<TResult>.ImplementationVersion 属性

定义

获取或设置活动的实现版本。

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

属性值

活动的实现版本。

属性

适用于