scripting:api:base-document:type

Type

Property of IBaseDocument

Document Type

Read-Only Property of type BSTR

var nVal = BaseDocument.Type;
nVal = BaseDocument.Type
BSTR nVal;
HRESULT hr = BaseDocument.get_Type(&nVal);