Annc.ShowName

[This is preliminary documentation and subject to change.]

The ShowName property specifies the name of the show being enhanced.

Syntax

object.ShowName [ = sName ]
 

Parts

object
Object expression that resolves to an Annc object.
sName
String that contains the name of the show being enhanced. The default value is an empty string.

Remarks

The ShowName property stores the name of the show being enhanced. This is typically not the same as the title of the interactive version of the show, which is stored in Annc.Title.

You are not required to set this property in order for the announcement file created by Annc.Store to be valid. The default value is sufficient in many cases.

Examples

The following example sets the name of the show being enhanced to "Time & Again". Note that ann is an Annc object variable.

ann.ShowName = "Time & Again"
 

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in stream.idl.
  Import Library: Included as a resource in stream.dll.
  Unicode: Yes.

See Also

Annc.Title