RequiredRuntimeAttribute.RuntimeVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
public string RuntimeVersion { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.RuntimeVersion : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.RuntimeVersion : string
Public ReadOnly Property RuntimeVersion As String
Property Value
A string containing the CLR runtime version required.
- Attributes