public Country UnitedStates { get; }
Public ReadOnly Property UnitedStates As Country
Get
public:
virtual property Country^ UnitedStates {
Country^ get () sealed;
}
abstract UnitedStates : Country with get
override UnitedStates : Country with get