Get task property object from PjField

A

Albin

Hi,

Can I get the task property object if I only know the PjField name? For
example, task.GetField(PjField.pjTaskActualCost) returns a string "$23.02"
but is actually stored as a double 23.02 in task.ActualCost. How can I get
the actual internal value (eg, task.ActualCost) using PjField instead of the
display string from GetField(). I am using C# .NET for MSP 2003. Thanks.

Albin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top