画面タイトル
名前空間: jp.veritrans.tercerog.mdk.dto文字列 256 バイト以内
モバイルSuicaで返金・新規返金完了画面・返金・新規返金確認画面等で「商品・サービス名」に表示されます。
アセンブリ: cg-mdk-dto (in cg-mdk-dto.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C# |
---|
public string ScreenTitle { get; set; } |
Visual Basic |
---|
Public Property ScreenTitle As String Get Set |
Visual C++ |
---|
public: property String^ ScreenTitle { String^ get (); void set (String^ value); } |