Class GetSESARVersionResponse
Inherited Members
Namespace: SecureExchangesSDK.Models.Answer
Assembly: SecureExchangesSDK.dll
Syntax
public class GetSESARVersionResponse : BaseAnswer
Properties
CurrentVersion
The string current version
Declaration
public string CurrentVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CurrentVersionID
The current version ID
Declaration
public Guid CurrentVersionID { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
IsAutoUpdate
Did the sesar is flag has auto update
Declaration
public bool IsAutoUpdate { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
NewVersion
The new version of SESAR
Declaration
public string NewVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NewVersionID
The version ID of the new version
Declaration
public Guid NewVersionID { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |