Product.SDKVersions Property

Read-only. Returns a List<string> where each string is human-readable version string for an installed RTX64 SDK. If no RTX64 SDKs are installed, returns null.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public string[] SDKVersions { get; }

Property Value

Type: String

Implements

IConfigProductSDKVersions
See Also