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