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