ScenarioRunResult.FormatVersion Property

Definition

Gets or sets the version of the format used to persist the current ScenarioRunResult.

public:
 property Nullable<int> FormatVersion { Nullable<int> get(); void set(Nullable<int> value); };
public int? FormatVersion { get; set; }
member this.FormatVersion : Nullable<int> with get, set
Public Property FormatVersion As Nullable(Of Integer)

Property Value

Applies to