リダイレクトURL
名前空間: jp.veritrans.tercerog.mdk.dto文字列 最大桁数:256
HTTPレスポンスヘッダ(Locationヘッダ)にセットするキャリアのURLです。
※「S!まとめて支払い」の場合にのみセットされます。
アセンブリ: cg-mdk-dto (in cg-mdk-dto.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C# |
---|
public string RedirectUrl { get; set; } |
Visual Basic |
---|
Public Property RedirectUrl As String Get Set |
Visual C++ |
---|
public: property String^ RedirectUrl { String^ get (); void set (String^ value); } |