the account type


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Property AccountType As String
C#
public string AccountType { get; set; }
C++
public property string AccountType sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_AccountType();

/** property */
public void set_AccountType(string value);
JScript
public function get AccountType() : String

public function set AccountType(value : String);

See Also