OnlineBundles
Property of IRepository
Description
Returns list of online bundles
Property type
Read-Only Property of type IBundles
Syntax
JavaScript
var pBundles = Repository.OnlineBundles;
Visual Basic Script
pBundles = Repository.OnlineBundles
C++
CComPtr<IBundles> pBundles; HRESULT hr = Repository.get_OnlineBundles(&pBundles);