DynamicActivity.ImplementationVersion Propriedade
Definição
Obtém ou define a versão de implementação da atividade.Gets or sets the implementation version of the activity.
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
Valor da propriedade
A versão de implementação da atividade.The implementation version of the activity.
- Atributos