Accessing Custom Properties for a Microsoft Project Project in C#

  • Thread starter Thread starter John Svazic
  • Start date Start date
J

John Svazic

Hi,

I'm trying to create an Add-In for MS Project and I want to be able to
read some custom properties out from the Project. I'm using the Office
Interop module that came with MS Project, and there is a property in
the Microsoft.Office.Interop.MSProject.Project object called
CustomDocumentProperties which returns me an object, but this object is
a System.__ComObject, which doesn't really help me very much.

Can anyone help me out here? How can I retrieve a custom property by
name in C# using this Interop library?
 
Back
Top