IZfePropertyKeysUserPassword Property |
Namespace: MicroFocus.ZFE.Connector
Dim props As ZfeProperties Dim propKeys As ZfePropertyKeys Set props = new ZfeProperties() Set propKeys = new ZfePropertyKeys() props.SetProperty propKeys.UserPassword, "password"
IZfeProperties props = new ZfeProperties(); props.SetProperty(ZfePropertyKeys.UserPasswordKey, "password");