Share via


NewModuleManifest.DotNetFrameworkVersion Property

Definition

Provides access to the DotNetFrameworkVersion parameter.

public:
 property System::Activities::InArgument<Version ^> ^ DotNetFrameworkVersion { System::Activities::InArgument<Version ^> ^ get(); void set(System::Activities::InArgument<Version ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<Version> DotNetFrameworkVersion { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.DotNetFrameworkVersion : System.Activities.InArgument<Version> with get, set
Public Property DotNetFrameworkVersion As InArgument(Of Version)

Property Value

Attributes

Applies to