ログイン試行回数
名前空間: jp.veritrans.tercerog.mdk.dto半角数字 最大桁数:5
直近のログイン試行回数を設定してください。
アセンブリ: cg-mdk-dto (in cg-mdk-dto.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C# |
---|
public string ChallengeAttempts { get; set; } |
Visual Basic |
---|
Public Property ChallengeAttempts As String Get Set |
Visual C++ |
---|
public: property String^ ChallengeAttempts { String^ get (); void set (String^ value); } |