Visual Basic: RDO Data Control

rdoDefaultUser, rdoDefaultPassword Properties

See Also    Example    Applies To

  • rdoDefaultUser returns or sets the default user name assigned to any new rdoEnvironment.

  • rdoDefaultPassword returns or sets the default password assigned to any new rdoEnvironment.

Syntax

object**.rdoDefaultUser** [= value]

object**.rdoDefaultPassword** [= value]

The syntax for the rdoDefaultUser and rdoDefaultPassword properties have these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value A string expression that specifies either a user name or password.

Remarks

Unless other values are supplied in the rdoCreateEnvironment method, the rdoDefaultUser and rdoDefaultPassword properties determine the user name and password used when the rdoEnvironment object is created. These properties can also return the name used when an rdoEnvironment is created.

By default, the value for rdoDefaultUser and rdoDefaultPassword is "" (a zero-length string).