Class GetSESARVersionAnswer
Implements
System.ComponentModel.INotifyPropertyChanged
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: SecureExchangesSDK.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetSESARVersionAnswer : Answer, INotifyPropertyChanged
  Properties
CurrentVersion
Declaration
public string CurrentVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
CurrentVersionID
Declaration
public Guid CurrentVersionID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Guid | 
IsAutoUpdate
Declaration
public bool IsAutoUpdate { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
NewVersion
Declaration
public string NewVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
NewVersionID
Declaration
public Guid NewVersionID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Guid | 
Implements
      System.ComponentModel.INotifyPropertyChanged