Click here for NewsObjects Overview
Password Property (Publisher Control)
Windows - Visual C++


Description
The password property is used to get or set the password.

Syntax
Cstring myPassword = GetPassword();

Void SetPassword(LPCTSTR myPassword)

The password syntax has these parts:

 Part

Description

myPassword

A password in string format (32 characters maximum).

Remarks
It is required to set the username and password properties when publishing a story to a version 5.0 server. If the Server’s version is pre 5.0, it is not necessary to set these properties to publish a story. The password property can also be set by entering a password in the password textfield on the Publisher dialog box.

See also: username

Back to: Publisher Properties