Annc.UserID

[This is preliminary documentation and subject to change.]

The UserID property specifies the owner of the announcement.

Syntax

object.UserID [ = sUser ]
 

Parts

object
Object expression that resolves to an Annc object.
sUser
String that identifies the WebTV for Windows user. This cannot be an empty string. If no owner is specified, the default value is "-".

Remarks

UserID is used as the first value in the owner field of the SAP/SDP announcement. For more information about enhancement announcements and the SAP/SDP protocol, see Enhancement Announcement Format and Announcement Format.

Examples

The following example sets the owner of the announcement to the enhancement filter.

ann.UserID = "enhfilt"
 

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.