Using .NET 4, how do I add custom properties to a document?
I'm assuming it goes something like this:
WordApp // an instance of Microsoft.Office.Interop.Word.Application
.ActiveDocument
.CustomDocumentProperties
.Add...?
I cannot seem to find documentation for this that applies to .NET4/interops v14.