TaskHostParameters.Runtime 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.
Gets the target runtime identifier (e.g., "net8.0", "net472").
public:
property System::String ^ Runtime { System::String ^ get(); };
public string? Runtime { get; }
member this.Runtime : string
Public ReadOnly Property Runtime As String
Property Value
The runtime identifier, or null if not specified.