public AchAccountType AccountType { get; set; }
Public Property AccountType As AchAccountType
Get
Set
public:
property AchAccountType AccountType {
AchAccountType get ();
void set (AchAccountType value);
}
member AccountType : AchAccountType with get, set