Sets and gets the password associated with the PointLoggingUser. | |
Syntax: | String =
object.PointLoggingPassword object.PointLoggingPassword = String |
Description: | CimDatabase.PointLoggingPassword is a
string that specifies the password for the CimDatabase.PointLoggingUser. Examples myDatabase.PointLoggingUser = "SysOp" myDatabase.PointLoggingPassword = "********" |