Copyright Property

This property holds the value used to build an optional COPYRIGHT CDF element. When the CDF string for an object that has an 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&copy; 1998 SomeCompany, Inc"
Set IDispItem = IDispChannel.AddItem
IDispItem.Copyright = "Copyright&copy; 1998 SomeCompany, Inc"

© 1997-1998 Microsoft Corporation. All rights reserved.