[ObsoleteAttribute("Will be removed")] public int B { get; }
<ObsoleteAttribute("Will be removed")> Public ReadOnly Property B As Integer Get
public: [ObsoleteAttribute(L"Will be removed")] property int B { int get (); }
function get_B();
In This Article