連絡先情報
オブジェクト配列
連絡先情報を格納するオブジェクト
名前空間: jp.veritrans.tercerog.mdk.dtoオブジェクト配列
連絡先情報を格納するオブジェクト
アセンブリ: cg-mdk-dto (in cg-mdk-dto.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C# |
---|
public AccountInfo[] AccountInfo { get; set; } |
Visual Basic |
---|
Public Property AccountInfo As AccountInfo() Get Set |
Visual C++ |
---|
public: property array<AccountInfo^>^ AccountInfo { array<AccountInfo^>^ get (); void set (array<AccountInfo^>^ value); } |