Property of IBaseDocuments
Returns number of items in collection
Read-Only Property of type long
var nVal = BaseDocuments.Count;
nVal = BaseDocuments.Count
long nVal; HRESULT hr = BaseDocuments.get_Count(&nVal);
IBaseDocuments