The Content property is a string used when building the <USAGE></USAGE> element upon invocation of the GetCDFString method. If this property is not empty, the string is inserted as the element's content.
Type
String
Default
None
Example
VBScript
Set IDispUsage = CreateObject("push.usage.1")
IDispUsage.Content = "content here"