CimTable.Password (property)

Gets the password for the user specified in UserName.
Syntax: String = object.Password
object.Password = String
Description: CimTable.Password specifies the password of CimTable.UserName (if required).

Examples

myTable.UserName = "Administrator"
myTable.Password = "**********"