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