Class GetBackLicenceResponseArgs
Inheritance
GetBackLicenceResponseArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetBackLicenceResponseArgs : INotifyPropertyChanged
Properties
AccessMode
Declaration
public AccessMode AccessMode { get; set; }
Property Value
Capcha
Declaration
public string Capcha { get; set; }
Property Value
CapchaID
Declaration
public string CapchaID { get; set; }
Property Value
Culture
Declaration
public string Culture { get; set; }
Property Value
DeviceID
Declaration
public string DeviceID { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
RedirectURL
Declaration
public string RedirectURL { get; set; }
Property Value
Methods
RaisePropertyChanged(string)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods