public ConductorShape Shape { get; set; }
Public Property Shape As ConductorShape Get Set
public: virtual property ConductorShape Shape { ConductorShape get () sealed; void set (ConductorShape value) sealed; }
abstract Shape : ConductorShape with get, set override Shape : ConductorShape with get, set