This property holds the value used to build an optional BASE CDF attribute for the owning object's CDF element. When the CDF string for an object that has a Base property is constructed, the property is checked. If it is not null, the BASE attribute is added to the string with the value of the property as the value.
Type
String (VT_BSTR)
Default
Null
Remarks
This property acts like a "default" URL prefix for all ITEM HREF values within the CHANNEL. Therefore, it should be set to a valid URL or URI.
Example
VBScript
IDispChannel.Base = "http://someserver/somecontent/"