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