The value of this property can be also obtained in the "PmaRoot" item of the INFO system (when looking into the object with this property). This property can be changed in the INFO system by clicking the "Actions" button. See "PmaRoot > Permissions > InfoEdit" permission.
var val = pMe.Pm("/Data/#vars/variable").Value;
var oData = pMe.Pm("/Data");
var val = oData.Item(2).Value;