====== Type ======
Property of [[:scripting:api:base-document:start|IBaseDocument]]
===== Description =====
Document Type
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]**
===== Syntax =====
==== JavaScript ====
var nVal = BaseDocument.Type;
==== Visual Basic Script ====
nVal = BaseDocument.Type
==== C++ ====
BSTR nVal;
HRESULT hr = BaseDocument.get_Type(&nVal);
===== See Also =====
[[:scripting:api:base-document:start|IBaseDocument]]
~~NOTOC~~