[ObsoleteAttribute("Will be removed")]
public short[] CdfTable { get; }
<ObsoleteAttribute("Will be removed")>
Public ReadOnly Property CdfTable As Short()
Get
public:
[ObsoleteAttribute(L"Will be removed")]
property array<short>^ CdfTable {
array<short>^ get ();
}
function get_CdfTable();