[ObsoleteAttribute("Will be removed")]
public FrodoEngine Engine { get; }
<ObsoleteAttribute("Will be removed")>
Public ReadOnly Property Engine As FrodoEngine
Get
public:
[ObsoleteAttribute(L"Will be removed")]
property FrodoEngine^ Engine {
FrodoEngine^ get ();
}
function get_Engine();