Class OpenUrlCommandSettings
OpenUrl
public sealed class OpenUrlCommandSettings : ICommand- Inheritance
- 
      
      OpenUrlCommandSettings
- Implements
- Inherited Members
Properties
AccountIndex
Gets or sets the accountIndex
[JsonPropertyName("accountIndex")]
public long AccountIndex { get; set; }Property Value
AccountUrlType
Gets or sets the accountUrlType
[JsonPropertyName("accountUrlType")]
public AccountUrlType AccountUrlType { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
DialogId
Gets or sets the dialogId
[JsonPropertyName("dialogId")]
public string DialogId { get; set; }