Property of IBaseDocument
Document version. Increased on every document change
Read-Only Property of type ULONG
var nVal = BaseDocument.Version;
nVal = BaseDocument.Version
ULONG nVal; HRESULT hr = BaseDocument.get_Version(&nVal);
IBaseDocument