Annc.Network

[This is preliminary documentation and subject to change.]

The Network property contains the call letters of the network affiliate of the station broadcasting the interactive show.

Syntax

object.Network [ = sNetwork ]
 

Parts

object
Object expression that resolves to an Annc object.
sNetwork
String that contains the call letters of the television network affiliate. The default value is an empty string.

Remarks

The Network property stores the call letters of the network affiliate of the station. This affiliate can be the same as the station in some cases. In other situations, a national network is the affiliate for a local station.

This property is one of the components that the Annc object uses to create the show reference string stored in the Annc.ShowRef property.

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 network affiliate to the MSNBC.

ann.Network = "MSNBC"
 

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.Station