This property holds the value used to build an optional COPYRIGHT CDF element. When the CDF string for an object that has a Copyright property is constructed, the property is checked. If it is not null, the <COPYRIGHT> element is added to the string with the value of the property as the contents.
Type
String (VT_BSTR)
Default
Null
Example
VBScript
IDispChannel.Copyright = "Copyright© 1998 SomeCompany, Inc"
Set IDispItem = IDispChannel.AddItem
IDispItem.Copyright = "Copyright© 1998 SomeCompany, Inc"