RequiredRuntimeAttribute.RuntimeVersion Property

Definition

Returns the runtime version the attribute was constructed with, e.g., "v2.0"

public:
 property System::String ^ RuntimeVersion { System::String ^ get(); };
public string RuntimeVersion { get; }
member this.RuntimeVersion : string
Public ReadOnly Property RuntimeVersion As String

Property Value

String

A string containing the CLR runtime version required.

Applies to