update document property from code

S

Sandeep

Hi,

I am working with word 2000 using c# in which i am using
Word's exposed funtions.
Now from my c# code, how can I access all custom
properties and update them.
I can, however, update the fields used inside the document
using
document.field.Result.Text = "New Value"
but not been able to update the properties of the document.

document.CustomDocumentProperties return me an object. I
dont know, how to work with this object further to get and
update the custom properties.

Pls help.

Thx.
Sandeep
 
Top