Customer Portal

Setting the Properties from Java Code in Reformat code

Comments 2

  • Avatar
    avackova
    0
    Comment actions Permalink
    getGraph().getGraphProperties().setProperty(propName, propValue);

    getGraph().getGraphProperties().getProperty(propName)
  • Avatar
    crfpkr
    0
    Comment actions Permalink
    Thanks a lot... it solved my problem...

Please sign in to leave a comment.